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 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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c:7:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c: In function ‘BrotliDecoderDecompressStream’:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c: In function ‘DecodeMetaBlockLength’:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c: In function ‘CopyUncompressedBlockToOutput’:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c: In function ‘DecodeVarLenUint8’:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c: In function ‘ReadHuffmanCode’:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/ThirdParty/brotli/dec/decode.c: In function ‘DecodeContextMap’:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/config.h:51,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.cpp:199:20:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.cpp:247:20:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/config.h:51,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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)]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.cpp:841:32:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/API/JSScriptRef.cpp:36:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/API/JSScriptRef.cpp:77:42:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:1558:40: 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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:1569:36: 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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirCCallingConvention.cpp:34:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirCustom.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirLowerAfterRegAlloc.cpp:40:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/air/AirLowerMacros.cpp:37:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3BasicBlock.cpp:35:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3BreakCriticalEdges.cpp:35:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapSpecial.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckSpecial.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckSpecial.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLState.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3Common.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLJITCode.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLState.h:36:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3Const32Value.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3Const64Value.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstDoubleValue.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstFloatValue.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3DuplicateTails.cpp:42:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3FixSSA.cpp:41:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3EliminateCommonSubexpressions.cpp:43:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3FoldPathConstants.cpp:38:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3EliminateCommonSubexpressions.cpp:46:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3InsertionSet.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3LegalizeMemoryOffsets.cpp:36:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3LowerMacros.cpp:41:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3MathExtras.cpp:38:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3MoveConstants.cpp:37:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapSpecial.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckSpecial.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3LowerToAir.cpp:40:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3PatchpointValue.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3PatchpointValue.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapSpecial.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3PatchpointSpecial.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3PatchpointSpecial.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3PhiChildren.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ReduceDoubleToFloat.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3Procedure.cpp:40:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ReduceStrength.cpp:47:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapGenerationParams.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapGenerationParams.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapSpecial.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapSpecial.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3Value.cpp:40:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3Validate.cpp:39:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueKey.cpp:34:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueRep.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bindings/ScriptValue.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/builtins/BuiltinExecutables.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/builtins/BuiltinExecutables.cpp:83:62:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:1558:40: 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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:1569:36: 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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecompiler/BytecodeGenerator.h:45,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/BytecodeIntrinsicRegistry.cpp:28:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserError.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecompiler/BytecodeGenerator.h:40:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSREntry.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGJITCode.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CallLinkStatus.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSSymbolTableObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSSegmentedVariableObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSGlobalLexicalEnvironment.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSGlobalObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/InternalFunctionAllocationProfile.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/FunctionRareData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSFunction.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CallLinkInfo.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CallLinkStatus.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CallLinkStatus.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecompiler/BytecodeGenerator.h:45,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.cpp:34:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserError.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecompiler/BytecodeGenerator.h:40:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSREntry.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGJITCode.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.cpp:40:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLJITCode.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.cpp:80:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSSymbolTableObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSSegmentedVariableObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSGlobalLexicalEnvironment.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSGlobalObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/InternalFunctionAllocationProfile.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/FunctionRareData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSFunction.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CallLinkInfo.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CallLinkStatus.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/GetByIdVariant.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/GetByIdVariant.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/PutByIdVariant.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/PutByIdVariant.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecompiler/BytecodeGenerator.h:45,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/UnlinkedCodeBlock.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserError.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecompiler/BytecodeGenerator.h:40:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecompiler/BytecodeGenerator.h:45,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/UnlinkedFunctionExecutable.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserError.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecompiler/BytecodeGenerator.h:40:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/UnlinkedFunctionExecutable.cpp:37:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/UnlinkedFunctionExecutable.cpp:58:65:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:1558:40: 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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:1569:36: 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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecompiler/BytecodeGenerator.h:45,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserError.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecompiler/BytecodeGenerator.h:40:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecompiler/NodesCodegen.cpp:28:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp: In constructor ‘JSC::BytecodeGenerator::BytecodeGenerator(JSC::VM&, JSC::FunctionNode*, JSC::UnlinkedFunctionCodeBlock*, JSC::DebuggerMode, JSC::ProfilerMode, const JSC::VariableEnvironment*)’:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:435:31: warning: possibly dangling reference to a temporary [-Wdangling-reference]
  435 |             const Identifier& ident =
      |                               ^~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:436:87: note: the temporary was destroyed at the end of the full expression ‘((const JSC::BindingNode*)(& parameters)->JSC::FunctionParameters::at(i).std::pair::first)->JSC::BindingNode::boundProperty()’
  436 |                 static_cast(parameters.at(i).first)->boundProperty();
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
In file included from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/debugger/Debugger.cpp:34:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/debugger/DebuggerCallFrame.cpp:39:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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;
      |                           ^~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/debugger/Debugger.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/debugger/Debugger.cpp:23:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGArgumentsUtilities.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGArgumentsEliminationPhase.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/BytecodeLivenessAnalysisInlines.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGArgumentsEliminationPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGArgumentsUtilities.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGArgumentsUtilities.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGArrayMode.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSSymbolTableObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSSegmentedVariableObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSGlobalLexicalEnvironment.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSGlobalObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Lookup.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayPrototype.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGArrayMode.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAtTailAbstractState.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAtTailAbstractState.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAvailability.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:32:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPromotedHeapLocation.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAvailabilityMap.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAvailabilityMap.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:32:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlockInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBackwardsPropagationPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBlockSet.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBlockSet.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBlockInsertionSet.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBlockInsertionSet.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGByteCodeParser.cpp:39:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSSymbolTableObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSSegmentedVariableObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSGlobalLexicalEnvironment.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSGlobalObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/InternalFunctionAllocationProfile.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/FunctionRareData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSFunction.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CallLinkInfo.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CallLinkStatus.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGByteCodeParser.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractInterpreter.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractInterpreterInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCFAPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlockInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCFGSimplificationPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlockInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCPSRethreadingPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBlockMap.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBlockMapInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCSEPhase.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPromotedHeapLocation.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAvailabilityMap.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGMultiGetByOffsetData.h: In instantiation of ‘static _OI std::__copy_move::__copy_m(_II, _II, _OI) [with _II = const JSC::DFG::MultiGetByOffsetCase*; _OI = JSC::DFG::MultiGetByOffsetCase*]’:
/usr/include/c++/13.3.0/bits/stl_algobase.h:506:30:   required from ‘_OI std::__copy_move_a2(_II, _II, _OI) [with bool _IsMove = false; _II = const JSC::DFG::MultiGetByOffsetCase*; _OI = JSC::DFG::MultiGetByOffsetCase*]’
/usr/include/c++/13.3.0/bits/stl_algobase.h:533:42:   required from ‘_OI std::__copy_move_a1(_II, _II, _OI) [with bool _IsMove = false; _II = const JSC::DFG::MultiGetByOffsetCase*; _OI = JSC::DFG::MultiGetByOffsetCase*]’
/usr/include/c++/13.3.0/bits/stl_algobase.h:541:31:   required from ‘_OI std::__copy_move_a(_II, _II, _OI) [with bool _IsMove = false; _II = const JSC::DFG::MultiGetByOffsetCase*; _OI = JSC::DFG::MultiGetByOffsetCase*]’
/usr/include/c++/13.3.0/bits/stl_algobase.h:633:7:   required from ‘_OI std::copy(_II, _II, _OI) [with _II = const JSC::DFG::MultiGetByOffsetCase*; _OI = JSC::DFG::MultiGetByOffsetCase*]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGByteCodeParser.cpp:2959:23:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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++/13.3.0/algorithm:60,
                 from /usr/include/qt5/QtCore/qglobal.h:142,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:1060,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGByteCodeParser.cpp:26:
/usr/include/c++/13.3.0/bits/stl_algobase.h:388:25: note: synthesized method ‘JSC::DFG::MultiGetByOffsetCase& JSC::DFG::MultiGetByOffsetCase::operator=(const JSC::DFG::MultiGetByOffsetCase&)’ first required here
  388 |               *__result = *__first;
      |               ~~~~~~~~~~^~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCleanUpPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGEdgeUsesStructure.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGClobberize.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGClobberSet.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGEdgeUsesStructure.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGClobberize.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGClobbersExitState.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGEdgeUsesStructure.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGClobberize.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGClobberize.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBlockMap.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCombinedLiveness.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCombinedLiveness.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommon.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:32:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommonData.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommonData.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommonData.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractInterpreter.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractInterpreterInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGConstantFoldingPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:40,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPromotedHeapLocation.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAvailabilityMap.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractInterpreter.h:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGConstantHoistingPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlockInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCriticalEdgeBreakingPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlockInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGDCEPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGEdgeUsesStructure.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGClobberize.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCopyBarrierOptimizationPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGDisassembler.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlockWithJITType.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGDisassembler.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGEdgeUsesStructure.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGClobberize.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGDoesGC.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSREntry.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGJITCode.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGDriver.cpp:34:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommonData.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGDesiredWatchpoints.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPlan.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGDriver.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGDriver.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGEdge.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:32:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlockInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGLiveCatchVariablePreservationPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGFixupPhase.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSSymbolTableObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSSegmentedVariableObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSGlobalLexicalEnvironment.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSGlobalObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Lookup.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayPrototype.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGFixupPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGFunctionWhitelist.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGFunctionWhitelist.cpp:109:30:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGFunctionWhitelist.cpp:109:30:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraphSafepoint.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGInsertionSet.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGLazyNode.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGHeapLocation.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGHeapLocation.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGInPlaceAbstractState.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGInPlaceAbstractState.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGInsertionSet.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGInsertionSet.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGInsertionSet.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGInferredTypeCheck.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGInferredTypeCheck.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGIntegerCheckCombiningPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBlockSet.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBlockSetInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGInvalidationPointInjectionPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBlockMap.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBlockMapInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGIntegerRangeOptimizationPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSREntry.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGJITCode.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGJITCode.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGJITCode.h:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGJITCompiler.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGJITCompiler.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGJITCompiler.h:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSREntry.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGJITCode.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGJITFinalizer.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGJITFinalizer.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGJITCode.h:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractInterpreter.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractInterpreterInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGLICMPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGInsertionSet.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGLazyNode.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGLazyNode.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlockInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGLivenessAnalysisPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlockInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGLoopPreHeaderCreationPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNodeAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGLongLivedState.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGLongLivedState.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:32:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlockInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGMaximalFlushInsertionPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGMayExit.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGMinifiedNode.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:32:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBlockMap.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCombinedLiveness.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGForAllKills.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGMovHintRemovalPhase.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/BytecodeLivenessAnalysisInlines.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGMovHintRemovalPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNaturalLoops.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNaturalLoops.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:32:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRAvailabilityAnalysisPhase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRAvailabilityAnalysisPhase.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSREntry.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSREntry.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlockInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSREntrypointCreationPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRExitBase.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRExitBase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRExit.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRExit.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSREntry.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGJITCode.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRExitCompiler.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRExitCompiler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRExitCompiler.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSREntry.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGJITCode.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRExitCompilerCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRExitCompilerCommon.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRExitCompilerCommon.h:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLJITCode.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRExitCompilerCommon.h:35:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSREntry.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGJITCode.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRExitCompilerCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRExitCompiler64.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRExitCompiler.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRExitCompiler64.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLJITCode.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRExitCompilerCommon.h:35:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBlockMap.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBlockMapInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGObjectAllocationSinkingPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGJITCompiler.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRExitJumpPlaceholder.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGJITCompiler.h:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashMap.h:36:7:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashTable.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashSet.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/CodeBlockSet.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/Heap.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/DeferGC.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ConcurrentJITLock.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSREntry.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGJITCode.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOperations.cpp:35:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOperations.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLJITCode.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLForOSREntryJITCode.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOperations.cpp:42:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPhase.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPhase.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBlockMap.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCombinedLiveness.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGForAllKills.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPhantomInsertionPhase.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/BytecodeLivenessAnalysisInlines.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPhantomInsertionPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPhiChildren.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPhiChildren.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:32:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGJITCompiler.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPlan.cpp:50:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommonData.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGDesiredWatchpoints.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPlan.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPlan.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPrePostNumbering.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPrePostNumbering.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLJITCode.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLState.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLCompile.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPlan.cpp:87:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlockInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPredictionInjectionPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPredictionPropagationPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPromotedHeapLocation.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPromotedHeapLocation.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:32:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBlockMap.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBlockMapInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPutStackSinkingPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGArgumentPosition.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:34:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPureValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPureValue.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:32:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlockInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGSSAConversionPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGDominators.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGSSACalculator.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGSSACalculator.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlockInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGSSALoweringPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractInterpreter.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGSpeculativeJIT.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGSpeculativeJIT.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractInterpreter.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGSpeculativeJIT.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGSpeculativeJIT32_64.cpp:28:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractInterpreter.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGSpeculativeJIT.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGSpeculativeJIT64.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStackLayoutPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlockInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStaticExecutionCountEstimationPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractInterpreter.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractInterpreterInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStoreBarrierInsertionPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGEdgeUsesStructure.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGClobberize.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStrengthReductionPhase.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlockInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureRegistrationPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSREntry.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGJITCode.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGThunks.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGThunks.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLJITCode.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRExitCompilerCommon.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGThunks.cpp:39:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGTierUpCheckInjectionPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSREntry.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGJITCode.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGToFTLDeferredCompilationCallback.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGToFTLDeferredCompilationCallback.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSREntry.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGJITCode.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGToFTLForOSREntryDeferredCompilationCallback.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGToFTLForOSREntryDeferredCompilationCallback.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGTypeCheckHoistingPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlockInlines.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGUnificationPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGStructureAbstractValue.h:35:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGValidate.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGValidate.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGVariableAccessData.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGVariableAccessData.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGArgumentsUtilities.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGVarargsForwardingPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGVariableAccessDataDump.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSREntry.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGJITCode.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGVariableEventStream.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGVariableEventStream.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPhase.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGVirtualRegisterAllocationPhase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGVirtualRegisterAllocationPhase.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGEdgeUsesStructure.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGClobberize.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGWatchpointCollectionPhase.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSSymbolTableObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSSegmentedVariableObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSGlobalLexicalEnvironment.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSGlobalObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Lookup.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayPrototype.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGWatchpointCollectionPhase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNodeAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGLongLivedState.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGWorklist.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommonData.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGDesiredWatchpoints.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPlan.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGWorklist.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGWorklist.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/disassembler/udis86/udis86_decode.c: In function ‘decode_operand’:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOutput.h:45,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLAbstractHeap.cpp:34:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3PatchpointValue.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLAbstractHeapRepository.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLAvailableRecovery.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLAvailableRecovery.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:32:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLState.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOutput.h:49:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLState.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLAbstractHeapRepository.cpp:36:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLCapabilities.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLCapabilities.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLCommonValues.cpp:36:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLState.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLCompile.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLCompile.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLJITCode.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLState.h:36:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPromotedHeapLocation.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExitPropertyValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExitPropertyValue.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:32:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLState.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExceptionTarget.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExceptionTarget.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExceptionTarget.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLJITCode.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLState.h:36:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPromotedHeapLocation.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExitPropertyValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExitTimeObjectMaterialization.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExitTimeObjectMaterialization.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:32:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPromotedHeapLocation.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExitPropertyValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExitTimeObjectMaterialization.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExitValue.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:32:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLState.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLFail.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLFail.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLJITCode.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLForOSREntryJITCode.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLForOSREntryJITCode.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLJITCode.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLState.h:36:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPromotedHeapLocation.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExitPropertyValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExitTimeObjectMaterialization.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:37:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommonData.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLJITCode.h:32:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLJITCode.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLJITCode.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPromotedHeapLocation.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExitPropertyValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExitTimeObjectMaterialization.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:37:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommonData.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLJITCode.h:32:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLJITCode.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLJITFinalizer.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLJITFinalizer.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPromotedHeapLocation.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExitPropertyValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExitTimeObjectMaterialization.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:37:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGCommonData.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLJITCode.h:32:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLLocation.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLState.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLLink.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLLink.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLJITCode.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLState.h:36:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLLowerDFGToB3.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLJITCode.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLState.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLLowerDFGToB3.h:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSREntry.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGJITCode.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSREntry.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSREntry.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLJITCode.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLForOSREntryJITCode.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSREntry.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPromotedHeapLocation.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExitPropertyValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExitTimeObjectMaterialization.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:37:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:32:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSREntry.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGJITCode.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRExitCompilerCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExitCompiler.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRExitCompilerCommon.h:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLJITCode.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRExitCompilerCommon.h:35:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExitHandle.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPromotedHeapLocation.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExitPropertyValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExitTimeObjectMaterialization.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:37:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExitHandle.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExitHandle.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPromotedHeapLocation.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExitPropertyValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExitTimeObjectMaterialization.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOperations.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOperations.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:32:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ConstrainedValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3CheckValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3ValueInlines.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOutput.h:45,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOutput.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLJITCode.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOperations.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLState.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOutput.h:49:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapValue.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/b3/B3StackmapGenerationParams.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLPatchpointExceptionHandle.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGPromotedHeapLocation.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExitPropertyValue.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExitTimeObjectMaterialization.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLPatchpointExceptionHandle.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLExceptionTarget.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLPatchpointExceptionHandle.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLState.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLSlowPathCall.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLSlowPathCall.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLSlowPathCall.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLJITCode.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLState.h:36:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGBasicBlock.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLState.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLState.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGGraph.h:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLJITCode.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLState.h:36:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSREntry.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGJITCode.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRExitCompilerCommon.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLThunks.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLThunks.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLOSRExit.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLJITCode.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSRExitCompilerCommon.h:35:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/GCIncomingRefCounted.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayBuffer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/Heap.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/heap/DeferGC.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ConcurrentJITLock.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ArrayProfile.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:33:
In member function ‘void WTF::Vector::append(U&&) [with U = JSC::FTL::ValueFromBlock; T = JSC::FTL::ValueFromBlock; long unsigned int inlineCapacity = 2; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’,
    inlined from ‘void WTF::Vector::append(ValueType&&) [with T = JSC::FTL::ValueFromBlock; long unsigned int inlineCapacity = 2; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:726:55,
    inlined from ‘void WTF::Vector::append(ValueType&&) [with T = JSC::FTL::ValueFromBlock; long unsigned int inlineCapacity = 1; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:726:10,
    inlined from ‘void JSC::FTL::{anonymous}::LowerDFGToB3::compileMaterializeNewObject()’ at /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp:6332:27:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:1212:11: warning: array subscript ‘WTF::Vector[0]’ is partly outside array bounds of ‘WTF::Vector [1]’ [-Warray-bounds=]
 1212 |         ++m_size;
      |           ^~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp: In member function ‘void JSC::FTL::{anonymous}::LowerDFGToB3::compileMaterializeNewObject()’:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp:6262:35: note: object ‘results’ of size 32
 6262 |         Vector results;
      |                                   ^~~~~~~
In member function ‘void WTF::Vector::append(U&&) [with U = JSC::FTL::ValueFromBlock; T = JSC::FTL::ValueFromBlock; long unsigned int inlineCapacity = 2; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’,
    inlined from ‘void WTF::Vector::append(ValueType&&) [with T = JSC::FTL::ValueFromBlock; long unsigned int inlineCapacity = 2; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:726:55,
    inlined from ‘void WTF::Vector::append(ValueType&&) [with T = JSC::FTL::ValueFromBlock; long unsigned int inlineCapacity = 1; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:726:10,
    inlined from ‘void JSC::FTL::{anonymous}::LowerDFGToB3::compileMaterializeNewObject()’ at /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp:6332:27:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:1212:9: warning: array subscript ‘WTF::Vector[0]’ is partly outside array bounds of ‘WTF::Vector [1]’ [-Warray-bounds=]
 1212 |         ++m_size;
      |         ^~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp: In member function ‘void JSC::FTL::{anonymous}::LowerDFGToB3::compileMaterializeNewObject()’:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp:6262:35: note: object ‘results’ of size 32
 6262 |         Vector results;
      |                                   ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/ContentSearchUtilities.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/ContentSearchUtilities.cpp:172:38:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/ContentSearchUtilities.cpp:172:38:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorBackendDispatcher.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorBackendDispatcher.cpp:175:32:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/InspectorBackendDispatcher.cpp:175:32:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/JSGlobalObjectConsoleClient.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/JSGlobalObjectConsoleClient.cpp:105:31:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/InspectorDebuggerAgent.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/InspectorDebuggerAgent.cpp:57:22:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/InspectorDebuggerAgent.cpp:296:64:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/InspectorDebuggerAgent.cpp:296:139:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/InspectorDebuggerAgent.cpp:454:54:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/InspectorDebuggerAgent.cpp:296:64:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/InspectorDebuggerAgent.cpp:296:139:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/InspectorDebuggerAgent.cpp:296:139:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/InspectorDebuggerAgent.cpp:296:139:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/InspectorConsoleAgent.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/InspectorConsoleAgent.cpp:152:71:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/InspectorConsoleAgent.cpp:164:108:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/InspectorConsoleAgent.cpp:179:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/InspectorConsoleAgent.cpp:181:54:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/InspectorConsoleAgent.cpp:164:108:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/InspectorConsoleAgent.cpp:181:54:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/InspectorConsoleAgent.cpp:164:108:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/inspector/agents/InspectorConsoleAgent.cpp:164:108:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.cpp:60:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/Interpreter.cpp:1230:58:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGOSREntry.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITOperations.cpp:35:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/CommonSlowPaths.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITOperations.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/PCToCodeOriginMap.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:32:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractInterpreter.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGSpeculativeJIT.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/Repatch.cpp:35:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/AssemblyHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/CCallHelpers.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/Repatch.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/Repatch.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractInterpreter.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGSpeculativeJIT.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ThunkGenerators.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ThunkGenerators.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ModuleAnalyzer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ModuleAnalyzer.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.cpp:35:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.cpp:2468:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.cpp:1783:26: 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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.cpp:2468:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.cpp:2468:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.h:378:34: 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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.cpp:2468:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.cpp:2469:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.cpp:1783:26: 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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.cpp:2469:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.cpp:2469:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.h:378:34: 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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.cpp:2469:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.cpp:2468:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/NodesAnalyzeModule.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:24:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:1024:32: 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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:1036:32: 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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:1024:32: 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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:1036:32: 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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.h:378:34: 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-33/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-33/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.h:378:34: 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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:23:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:675:24: 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-33/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-33/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-33/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-33/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:675:24: 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-33/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-33/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-33/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-33/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:387:52:   required from ‘bool JSC::Parser::isArrowFunctionParameters() [with LexerType = JSC::Lexer]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:675:24: 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-33/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-33/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-33/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-33/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:675:24: 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-33/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-33/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-33/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-33/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:387:52:   required from ‘bool JSC::Parser::isArrowFunctionParameters() [with LexerType = JSC::Lexer]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:387:52:   required from ‘bool JSC::Parser::isArrowFunctionParameters() [with LexerType = JSC::Lexer]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:387:52:   required from ‘bool JSC::Parser::isArrowFunctionParameters() [with LexerType = JSC::Lexer]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:387:52:   required from ‘bool JSC::Parser::isArrowFunctionParameters() [with LexerType = JSC::Lexer]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4130:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:387:52:   required from ‘bool JSC::Parser::isArrowFunctionParameters() [with LexerType = JSC::Lexer]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.cpp:4131:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserArena.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/profiler/LegacyProfiler.cpp:38:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.cpp:69:51:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArgList.cpp:70:72:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayPrototype.cpp:24:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSStringJoiner.h:76:54:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSStringJoiner.h:90:50:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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]}]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ArrayPrototype.cpp:342:54:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecompiler/BytecodeGenerator.h:45,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/CodeCache.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ParserError.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecompiler/BytecodeGenerator.h:40:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/CodeCache.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/CodeCache.cpp:163:62:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:1558:40: 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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:1569:36: 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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/CodeCache.cpp:142:53:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:1558:40: 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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:1569:36: 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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/CodeCache.cpp:148:62:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:1558:40: 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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:1569:36: 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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ModuleAnalyzer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Completion.cpp:38:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Completion.cpp:40:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Completion.cpp:66:32:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:1558:40: 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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:1569:36: 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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Completion.cpp:76:84:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:1558:40: 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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:1569:36: 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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Error.cpp:24:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Error.cpp:214:76:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorPrototype.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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}]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ErrorPrototype.cpp:128:50:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.cpp:39:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.cpp:79:34:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.cpp:89:51:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.cpp:102:22:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.cpp:225:22:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.cpp:240:37:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ExceptionHelpers.cpp:285:49:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/FunctionConstructor.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/FunctionConstructor.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/FunctionConstructor.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/FunctionConstructor.cpp:98:29:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/FunctionConstructor.cpp:100:29:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Executable.cpp:36:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Executable.cpp:558:66:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:1558:40: 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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:1569:36: 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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Executable.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Executable.cpp:589:58:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/FunctionPrototype.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]}]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/FunctionPrototype.cpp:94:58:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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}]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/FunctionPrototype.cpp:104:54:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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]}]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/FunctionPrototype.cpp:118:66:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/IntlObject.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/IntlObject.cpp:242:63:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/IntlObject.cpp:800:64:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/IntlObject.cpp:841:59:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/IntlObject.cpp:841:59:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSBoundFunction.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSBoundFunction.cpp:98:64:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSFunction.cpp:46:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSGlobalObjectFunctions.cpp:36:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSGlobalObjectFunctions.cpp:34:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSModuleRecord.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSModuleRecord.cpp:710:46:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSONObject.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSONObject.cpp:392:35:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSObject.cpp:44:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSStringJoiner.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSStringJoiner.h:76:54:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSStringJoiner.h:90:50:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSStringJoiner.cpp:85:101:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSTypedArrayViewPrototype.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSStringJoiner.h:76:54:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSStringJoiner.h:90:50:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Lookup.cpp:20:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Lookup.cpp:35:47:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/ModuleAnalyzer.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ModuleLoaderObject.cpp:40:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Nodes.h:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ModuleLoaderObject.cpp:42:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ModuleLoaderObject.cpp:282:84:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:1558:40: 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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Parser.h:1569:36: 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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ModuleLoaderObject.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ModuleLoaderObject.cpp:221:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Options.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Options.cpp:138:46:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Options.cpp:615:5:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ObjectPrototype.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ObjectPrototype.cpp:282:46:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/RegExpPrototype.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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*}]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/RegExpPrototype.cpp:204:50:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/StringPrototype.cpp:2014:53: warning: ‘int32_t unorm_normalize_76(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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/UniquedStringImpl.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/JITOperations.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/StringPrototype.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/StringPrototype.cpp: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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/StringPrototype.cpp:2028:20: warning: ‘int32_t unorm_normalize_76(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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/StringPrototype.cpp:23:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/StringPrototype.cpp:378:43:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/StringPrototype.cpp:380:45:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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]}]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/StringPrototype.cpp:1631:50:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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]}]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/StringPrototype.cpp:1735:50:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Symbol.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/Symbol.cpp:93:22:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.cpp:168:29:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGAbstractValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGNodeAllocator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/dfg/DFGLongLivedState.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.cpp:41:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/TypeSet.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/TypeLocation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/SymbolTable.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/Instruction.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureStubInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.cpp:36:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/StructureSet.h:60:19: note: because ‘JSC::StructureSet’ has user-provided ‘JSC::StructureSet::StructureSet(const JSC::StructureSet&)’
   60 |     ALWAYS_INLINE StructureSet(const StructureSet& other)
      |                   ^~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bytecode/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.cpp:76:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/parser/Lexer.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.cpp:72:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrInterpreter.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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)
      |                    ^~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrInterpreter.cpp:28:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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)
      |                                                                                        ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrPattern.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrPattern.cpp:622:79:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrPattern.cpp:650:62:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrInterpreter.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/Yarr.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrJIT.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrJIT.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrJIT.cpp:2716:64:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrJIT.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrJIT.cpp:137:41: 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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrJIT.cpp:2716:64:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/yarr/YarrJIT.cpp:2716:64:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/config.h:54,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/JavaScriptCore/inspector/InspectorBackendDispatchers.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/JavaScriptCore/inspector/InspectorBackendDispatchers.cpp:96:95:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.cpp:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleAllInOne.cpp:28:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAElement.cpp:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAllInOne.cpp:28:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineFlowBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RootInlineBox.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/FloatingObjects.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlockFlow.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGBlock.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGBlock.cpp:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGAllInOne.cpp:28:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.cpp:40:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGBlock.cpp:22:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineFlowBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderInline.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGInline.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAElement.cpp:37:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedBoolean.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAElement.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAElement.cpp:24:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlock.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderTable.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/AutoTableLayout.cpp:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderingAllInOne.cpp:28:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/AutoTableLayout.cpp:22:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGPropertyTearOff.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGListProperty.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGListPropertyTearOff.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedListPropertyTearOff.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTransformList.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGGraphicsElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGBlock.h:24:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayer.h:48,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGImage.cpp:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGAllInOne.cpp:34:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGInline.cpp:43:12: note: in expansion of macro ‘WTFMove’
   43 |     return WTFMove(box);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGPropertyTearOff.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGListProperty.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGListPropertyTearOff.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedListPropertyTearOff.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTransformList.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGGraphicsElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAElement.h:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGInlineText.cpp:116:12: note: in expansion of macro ‘WTFMove’
  116 |     return WTFMove(box);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayer.h:48,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/FilterEffectRenderer.cpp:43,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderingAllInOne.cpp:34:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/FilterEffectRenderer.cpp:44:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceLinearGradient.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceLinearGradient.cpp:22,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGAllInOne.cpp:46:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourcePattern.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourcePattern.cpp:22,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGAllInOne.cpp:49:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceRadialGradient.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceRadialGradient.cpp:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGAllInOne.cpp:50:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/GridResolvedPosition.cpp:68:21:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.cpp:1009:36:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceLinearGradient.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGGradientElement.cpp:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAllInOne.cpp:111:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceRadialGradient.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGGradientElement.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAllInOne.cpp:117:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGPatternElement.cpp:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAllInOne.cpp:144:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAllInOne.cpp:152:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAllInOne.cpp:163:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.cpp:59:42:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimateElementBase.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimateColorElement.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimateColorElement.cpp:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAllInOne.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.cpp:100:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAngle.cpp:117:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTransformList.cpp:45:40:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.cpp:247:59:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGDocumentExtensions.cpp:134:18:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.cpp:355:95:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFEConvolveMatrixElement.cpp:113:59:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFitToViewBox.cpp:58:49:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.cpp:249:52:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGPaint.cpp:90:38:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGPaint.cpp:93:31:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.cpp:247:59:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.cpp:355:95:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFEConvolveMatrixElement.cpp:113:59:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.cpp:247:59:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.cpp:355:95:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.cpp:247:59:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.cpp:247:59:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.cpp:247:59:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextAllInOne.cpp:36:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextEncoding.cpp:86:25: warning: ‘UNormalizationCheckResult unorm_quickCheck_76(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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextBoundaries.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextBoundaries.cpp:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextAllInOne.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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextEncoding.cpp:89:51: warning: ‘int32_t unorm_normalize_76(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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextEncoding.cpp:93:47: warning: ‘int32_t unorm_normalize_76(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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextBoundaries.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextCodecUTF16.cpp:77:40:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineTextBox.cpp:1032:44:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderCounter.cpp:401:43:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayer.cpp:3234:44:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerCompositor.cpp:1850:69:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderListMarker.cpp:1359:72:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderText.cpp:146:54:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderTreeAsText.cpp:426:62:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderTreeAsText.cpp:426:62:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineFlowBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RootInlineBox.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/FloatingObjects.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlockFlow.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderTableCell.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/mathml/MathMLElement.cpp:40,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/mathml/MathMLAllInOne.cpp:28:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/mathml/MathMLElement.cpp:28:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/appcache/ApplicationCacheGroup.cpp:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/appcache/ApplicationCacheAllInOne.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/appcache/ApplicationCache.cpp:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/appcache/ApplicationCacheAllInOne.cpp:28:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/appcache/ApplicationCacheGroup.cpp:534:51:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/appcache/ApplicationCacheGroup.cpp:660:104:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/appcache/ApplicationCacheStorage.cpp:1310:65:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/appcache/ApplicationCacheGroup.cpp:534:51:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayer.h:48,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorDOMAgent.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/CommandLineAPIHost.cpp:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorAllInOne.cpp:28:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayer.h:51:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/CommandLineAPIHost.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorStyleSheet.cpp:963:12: note: in expansion of macro ‘WTFMove’
  963 |     return WTFMove(result);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLPlugInElement.cpp:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElementsAllInOne.cpp:35:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLPlugInElement.cpp:23:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorClient.cpp:49:90:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorDOMDebuggerAgent.cpp:126:18:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorDOMDebuggerAgent.cpp:209:29:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorOverlay.cpp:929:77:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/WebConsoleAgent.cpp:85:173:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/WebConsoleAgent.cpp:85:173:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext2D.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLCanvasElement.cpp:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElementsAllInOne.cpp:47:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext2D.h:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLAnchorElement.cpp:331:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLAnchorElement.cpp:351:29:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLAnchorElement.cpp:375:31:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/MediaElementAudioSourceNode.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLMediaElement.cpp:108,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLElementsAllInOne.cpp:79:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/AppendNodeCommand.cpp:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/EditingAllInOne.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/AlternativeTextController.cpp:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/EditingAllInOne.cpp:28:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ActiveDOMCallbackMicrotask.cpp:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DOMAllInOne.cpp:28:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/StyleResolver.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/AuthorStyleSheets.cpp:46,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DOMAllInOne.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGStyleElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/AuthorStyleSheets.cpp:42:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/EditingAllInOne.cpp:80:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/TextIterator.cpp:1953:40: warning: ‘int32_t unorm_normalize_76(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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/ASCIIFastPath.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/text/TextChecking.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/AlternativeTextClient.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/AlternativeTextController.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/AlternativeTextController.cpp: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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/TextIterator.cpp:1963:20: warning: ‘int32_t unorm_normalize_76(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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/Editor.cpp:2841:52:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/FrameSelection.cpp:1779:45:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/FrameSelection.cpp:1783:73:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/FrameSelection.cpp:1787:50:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/TextIterator.cpp:1735:43:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/markup.cpp:630:65:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/MarkupAccumulator.cpp:264:33:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/markup.cpp:630:65:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayer.h:48,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerCompositor.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.cpp:134,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DOMAllInOne.cpp:67:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DOMAllInOne.cpp:130:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Range.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/FrameSelection.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/CharacterData.cpp:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DOMAllInOne.cpp:36:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.cpp:399:198:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.cpp:3172:70:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.cpp:3208:99:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionBase.cpp:47:107:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionBase.cpp:49:31:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionBase.cpp:54:22:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.cpp:1528:48:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Range.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/FrameSelection.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RangeBoundaryPoint.h:198:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RangeBoundaryPoint.h:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.cpp:399:198:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionBase.cpp:47:107:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.cpp:399:198:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionBase.cpp:47:107:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ExceptionBase.cpp:47:107:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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 member function ‘void WebCore::RangeBoundaryPoint::ensureOffsetIsValid() const’,
    inlined from ‘int WebCore::RangeBoundaryPoint::offset() const’ at /var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/Editor.cpp:308:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/Editor.cpp:648:35:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/Editor.cpp:2960:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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 /usr/include/c++/13.3.0/bits/stl_pair.h:61,
                 from /usr/include/c++/13.3.0/utility:69,
                 from /usr/include/qt5/QtCore/qglobal.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:1060,
                 from /var/pisi/qt5-webkit-5.212.0-33/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::value> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/13.3.0/bits/move.h:217: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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35:
/usr/include/c++/13.3.0/bits/move.h:198:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[0]’ is used uninitialized [-Wuninitialized]
  198 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.cpp:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DOMAllInOne.cpp:46:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h: In constructor ‘WebCore::ComposedTreeIterator::ComposedTreeIterator()’:
/var/pisi/qt5-webkit-5.212.0-33/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::value> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/13.3.0/bits/move.h:217: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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35:
/usr/include/c++/13.3.0/bits/move.h:198:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[1]’ is used uninitialized [-Wuninitialized]
  198 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h: In constructor ‘WebCore::ComposedTreeIterator::ComposedTreeIterator()’:
/var/pisi/qt5-webkit-5.212.0-33/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::value> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/13.3.0/bits/move.h:217: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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35:
/usr/include/c++/13.3.0/bits/move.h:198:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[2]’ is used uninitialized [-Wuninitialized]
  198 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h: In constructor ‘WebCore::ComposedTreeIterator::ComposedTreeIterator()’:
/var/pisi/qt5-webkit-5.212.0-33/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::value> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/13.3.0/bits/move.h:217: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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35:
/usr/include/c++/13.3.0/bits/move.h:198:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[3]’ is used uninitialized [-Wuninitialized]
  198 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h: In constructor ‘WebCore::ComposedTreeIterator::ComposedTreeIterator()’:
/var/pisi/qt5-webkit-5.212.0-33/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::value> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/13.3.0/bits/move.h:217: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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35:
/usr/include/c++/13.3.0/bits/move.h:198:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[4]’ is used uninitialized [-Wuninitialized]
  198 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h: In constructor ‘WebCore::ComposedTreeIterator::ComposedTreeIterator()’:
/var/pisi/qt5-webkit-5.212.0-33/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::value> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/13.3.0/bits/move.h:217: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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35:
/usr/include/c++/13.3.0/bits/move.h:198:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[5]’ is used uninitialized [-Wuninitialized]
  198 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h: In constructor ‘WebCore::ComposedTreeIterator::ComposedTreeIterator()’:
/var/pisi/qt5-webkit-5.212.0-33/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::value> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/13.3.0/bits/move.h:217: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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35:
/usr/include/c++/13.3.0/bits/move.h:198:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[6]’ is used uninitialized [-Wuninitialized]
  198 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h: In constructor ‘WebCore::ComposedTreeIterator::ComposedTreeIterator()’:
/var/pisi/qt5-webkit-5.212.0-33/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::value> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/13.3.0/bits/move.h:217: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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35:
/usr/include/c++/13.3.0/bits/move.h:198:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[7]’ is used uninitialized [-Wuninitialized]
  198 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h: In constructor ‘WebCore::ComposedTreeIterator::ComposedTreeIterator()’:
/var/pisi/qt5-webkit-5.212.0-33/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::value> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/13.3.0/bits/move.h:217: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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35:
/usr/include/c++/13.3.0/bits/move.h:198:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[8]’ is used uninitialized [-Wuninitialized]
  198 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h: In constructor ‘WebCore::ComposedTreeIterator::ComposedTreeIterator()’:
/var/pisi/qt5-webkit-5.212.0-33/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::value> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/13.3.0/bits/move.h:217: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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35:
/usr/include/c++/13.3.0/bits/move.h:198:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[9]’ is used uninitialized [-Wuninitialized]
  198 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h: In constructor ‘WebCore::ComposedTreeIterator::ComposedTreeIterator()’:
/var/pisi/qt5-webkit-5.212.0-33/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::value> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/13.3.0/bits/move.h:217: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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35:
/usr/include/c++/13.3.0/bits/move.h:198:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[10]’ is used uninitialized [-Wuninitialized]
  198 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h: In constructor ‘WebCore::ComposedTreeIterator::ComposedTreeIterator()’:
/var/pisi/qt5-webkit-5.212.0-33/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::value> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/13.3.0/bits/move.h:217: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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35:
/usr/include/c++/13.3.0/bits/move.h:198:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[11]’ is used uninitialized [-Wuninitialized]
  198 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h: In constructor ‘WebCore::ComposedTreeIterator::ComposedTreeIterator()’:
/var/pisi/qt5-webkit-5.212.0-33/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::value> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/13.3.0/bits/move.h:217: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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35:
/usr/include/c++/13.3.0/bits/move.h:198:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[12]’ is used uninitialized [-Wuninitialized]
  198 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h: In constructor ‘WebCore::ComposedTreeIterator::ComposedTreeIterator()’:
/var/pisi/qt5-webkit-5.212.0-33/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::value> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/13.3.0/bits/move.h:217: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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35:
/usr/include/c++/13.3.0/bits/move.h:198:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[13]’ is used uninitialized [-Wuninitialized]
  198 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h: In constructor ‘WebCore::ComposedTreeIterator::ComposedTreeIterator()’:
/var/pisi/qt5-webkit-5.212.0-33/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::value> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/13.3.0/bits/move.h:217: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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35:
/usr/include/c++/13.3.0/bits/move.h:198:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[14]’ is used uninitialized [-Wuninitialized]
  198 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h: In constructor ‘WebCore::ComposedTreeIterator::ComposedTreeIterator()’:
/var/pisi/qt5-webkit-5.212.0-33/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::value> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/13.3.0/bits/move.h:217: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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35:
/usr/include/c++/13.3.0/bits/move.h:198:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[15]’ is used uninitialized [-Wuninitialized]
  198 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h: In constructor ‘WebCore::ComposedTreeIterator::ComposedTreeIterator()’:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.h:92:35: note: ‘’ declared here
   92 |     m_contextStack.uncheckedAppend({ });
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
In member function ‘void WebCore::RangeBoundaryPoint::ensureOffsetIsValid() const’,
    inlined from ‘int WebCore::RangeBoundaryPoint::offset() const’ at /var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Range.cpp:516:37:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/DOMAllInOne.cpp:112:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Range.cpp:517:39:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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 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::value> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/13.3.0/bits/move.h:217: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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.cpp:206:63:
/usr/include/c++/13.3.0/bits/move.h:198:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[0]’ is used uninitialized [-Wuninitialized]
  198 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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::value> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/13.3.0/bits/move.h:217: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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.cpp:206:63:
/usr/include/c++/13.3.0/bits/move.h:198:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[1]’ is used uninitialized [-Wuninitialized]
  198 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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::value> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/13.3.0/bits/move.h:217: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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.cpp:206:63:
/usr/include/c++/13.3.0/bits/move.h:198:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[2]’ is used uninitialized [-Wuninitialized]
  198 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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::value> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/13.3.0/bits/move.h:217: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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.cpp:206:63:
/usr/include/c++/13.3.0/bits/move.h:198:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[3]’ is used uninitialized [-Wuninitialized]
  198 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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::value> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/13.3.0/bits/move.h:217: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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.cpp:206:63:
/usr/include/c++/13.3.0/bits/move.h:198:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[4]’ is used uninitialized [-Wuninitialized]
  198 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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::value> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/13.3.0/bits/move.h:217: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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.cpp:206:63:
/usr/include/c++/13.3.0/bits/move.h:198:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[5]’ is used uninitialized [-Wuninitialized]
  198 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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::value> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/13.3.0/bits/move.h:217: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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.cpp:206:63:
/usr/include/c++/13.3.0/bits/move.h:198:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[6]’ is used uninitialized [-Wuninitialized]
  198 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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::value> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/13.3.0/bits/move.h:217: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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.cpp:206:63:
/usr/include/c++/13.3.0/bits/move.h:198:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[7]’ is used uninitialized [-Wuninitialized]
  198 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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::value> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/13.3.0/bits/move.h:217: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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.cpp:206:63:
/usr/include/c++/13.3.0/bits/move.h:198:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[8]’ is used uninitialized [-Wuninitialized]
  198 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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::value> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/13.3.0/bits/move.h:217: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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.cpp:206:63:
/usr/include/c++/13.3.0/bits/move.h:198:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[9]’ is used uninitialized [-Wuninitialized]
  198 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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::value> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/13.3.0/bits/move.h:217: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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.cpp:206:63:
/usr/include/c++/13.3.0/bits/move.h:198:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[10]’ is used uninitialized [-Wuninitialized]
  198 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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::value> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/13.3.0/bits/move.h:217: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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.cpp:206:63:
/usr/include/c++/13.3.0/bits/move.h:198:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[11]’ is used uninitialized [-Wuninitialized]
  198 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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::value> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/13.3.0/bits/move.h:217: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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.cpp:206:63:
/usr/include/c++/13.3.0/bits/move.h:198:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[12]’ is used uninitialized [-Wuninitialized]
  198 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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::value> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/13.3.0/bits/move.h:217: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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.cpp:206:63:
/usr/include/c++/13.3.0/bits/move.h:198:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[13]’ is used uninitialized [-Wuninitialized]
  198 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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::value> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/13.3.0/bits/move.h:217: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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.cpp:206:63:
/usr/include/c++/13.3.0/bits/move.h:198:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[14]’ is used uninitialized [-Wuninitialized]
  198 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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::value> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/13.3.0/bits/move.h:217: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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ComposedTreeIterator.cpp:206:63:
/usr/include/c++/13.3.0/bits/move.h:198:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[15]’ is used uninitialized [-Wuninitialized]
  198 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/BasicShapeFunctions.cpp:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSAllInOne.cpp:28:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/BasicShapeFunctions.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/BasicShapeFunctions.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/BasicShapeFunctions.cpp:38:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValueMappings.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/BasicShapeFunctions.cpp:35:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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 member function ‘void WebCore::RangeBoundaryPoint::ensureOffsetIsValid() const’,
    inlined from ‘int WebCore::RangeBoundaryPoint::offset() const’ at /var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Range.cpp:886:18:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Range.cpp:584:18:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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
      |          ^~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSComputedStyleDeclaration.cpp:63,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSAllInOne.cpp:36:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSAllInOne.cpp:70:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSAllInOne.cpp:79:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSParserValues.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSParser.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSBasicShapes.cpp:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSAllInOne.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayer.h:48,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerCompositor.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/MediaQueryEvaluator.cpp:56,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSAllInOne.cpp:104:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Pair.h:61:28:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSBorderImageSliceValue.cpp:48:21:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSCanvasValue.cpp:42:22:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSCharsetRule.cpp:34:39:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSDefaultStyleSheets.cpp:129:146:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSImageValue.cpp:113:48:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSReflectValue.cpp:37:73:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSSelector.cpp:714:48:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSTimingFunctionValue.cpp:50:90:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSParser.cpp:13683:38:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Pair.h:61:28:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSCharsetRule.cpp:34:39:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSReflectValue.cpp:37:73:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSTimingFunctionValue.cpp:50:90:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSBasicShapes.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/BasicShapeFunctions.cpp:34:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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 file included from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext2D.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCanvasRenderingContext2D.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSCanvasRenderingContext2DCustom.cpp:21,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSBindingsAllInOne.cpp:42:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext2D.h:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayer.h:51,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/inspector/InspectorDOMAgent.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSCommandLineAPIHostCustom.cpp:38,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSBindingsAllInOne.cpp:45:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGColor.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSCSSValueCustom.cpp:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSBindingsAllInOne.cpp:40:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ArrayValue.cpp:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSBindingsAllInOne.cpp:28:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMBinding.cpp:193:86:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMBinding.cpp:358:22:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMBinding.cpp:656:81:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMBinding.cpp:699:37:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMBinding.cpp:705:72:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketExtensionProcessor.h:58:77:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioContext.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioContext.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWindowCustom.cpp:48,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSBindingsAllInOne.cpp:63:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMBinding.cpp:193:86:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketExtensionProcessor.h:58:77:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerCodeRef.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/AbstractPC.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/interpreter/CallFrame.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ArrayValue.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ArrayValue.cpp:27:
In member function ‘void WTF::Vector::append(U&&) [with U = JSC::Identifier; T = JSC::Identifier; long unsigned int inlineCapacity = 20; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’,
    inlined from ‘void WTF::Vector::append(ValueType&&) [with T = JSC::Identifier; long unsigned int inlineCapacity = 20; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:726:55,
    inlined from ‘void WTF::Vector::append(ValueType&&) [with T = JSC::Identifier; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:726:10,
    inlined from ‘WebCore::DeserializationResult WebCore::CloneDeserializer::deserialize()’ at /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/SerializedScriptValue.cpp:2502:37:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:1212:11: warning: array subscript ‘WTF::Vector[0]’ is partly outside array bounds of ‘WTF::Vector [1]’ [-Warray-bounds=]
 1212 |         ++m_size;
      |           ^~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSBindingsAllInOne.cpp:148:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/SerializedScriptValue.cpp: In member function ‘WebCore::DeserializationResult WebCore::CloneDeserializer::deserialize()’:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/SerializedScriptValue.cpp:2419:28: note: object ‘propertyNameStack’ of size 144
 2419 |     Vector propertyNameStack;
      |                            ^~~~~~~~~~~~~~~~~
In member function ‘void WTF::Vector::append(U&&) [with U = JSC::Identifier; T = JSC::Identifier; long unsigned int inlineCapacity = 20; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’,
    inlined from ‘void WTF::Vector::append(ValueType&&) [with T = JSC::Identifier; long unsigned int inlineCapacity = 20; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:726:55,
    inlined from ‘void WTF::Vector::append(ValueType&&) [with T = JSC::Identifier; long unsigned int inlineCapacity = 16; OverflowHandler = WTF::CrashOnOverflow; long unsigned int minCapacity = 16]’ at /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:726:10,
    inlined from ‘WebCore::DeserializationResult WebCore::CloneDeserializer::deserialize()’ at /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/SerializedScriptValue.cpp:2502:37:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Vector.h:1212:9: warning: array subscript ‘WTF::Vector[0]’ is partly outside array bounds of ‘WTF::Vector [1]’ [-Warray-bounds=]
 1212 |         ++m_size;
      |         ^~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/SerializedScriptValue.cpp: In member function ‘WebCore::DeserializationResult WebCore::CloneDeserializer::deserialize()’:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/SerializedScriptValue.cpp:2419:28: note: object ‘propertyNameStack’ of size 144
 2419 |     Vector propertyNameStack;
      |                            ^~~~~~~~~~~~~~~~~
In member function ‘void WebCore::RangeBoundaryPoint::ensureOffsetIsValid() const’,
    inlined from ‘int WebCore::RangeBoundaryPoint::offset() const’ at /var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/TextCheckingHelper.cpp:521:39:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/Editor.cpp:2115:63:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/Editor.cpp:3224:35:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityARIAGrid.cpp:38,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityAllInOne.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AXObjectCache.cpp:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityAllInOne.cpp:28:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayer.h:48,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityObject.cpp:57,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityAllInOne.cpp:42:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityNodeObject.cpp:77,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityAllInOne.cpp:41:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityRenderObject.cpp:3474:20:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityAllInOne.cpp:44:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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();
      |                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
In file included from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityNodeObject.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityRenderObject.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityTable.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityARIAGrid.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityARIAGrid.cpp:30:
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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityRenderObject.cpp:2982:34:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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()))
      |                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityAllInOne.cpp:35:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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 file included from /usr/include/c++/13.3.0/bits/stl_pair.h:61,
                 from /usr/include/c++/13.3.0/utility:69,
                 from /usr/include/qt5/QtCore/qglobal.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:1060,
                 from /var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityMenuListPopup.cpp:71:30:
/usr/include/c++/13.3.0/bits/move.h:197:11: warning: array subscript 0 is outside array bounds of ‘WTF::RefPtr [0]’ [-Warray-bounds=]
  197 |       _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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityMenuListPopup.cpp:71:30:
/usr/include/c++/13.3.0/bits/move.h:198:11: warning: array subscript 0 is outside array bounds of ‘WTF::RefPtr [0]’ [-Warray-bounds=]
  198 |       __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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityListBoxOption.cpp:115:6:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityRenderObject.cpp:856:12:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityTable.cpp:472:22:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityRenderObject.cpp:3017:6:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityRenderObject.cpp:3028:42: warning: ‘this’ pointer is null [-Wnonnull]
 3028 |     if (!axWidget->accessibilityIsIgnored())
      |          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityMenuListPopup.cpp:103:80:
/usr/include/c++/13.3.0/bits/move.h:197:11: warning: array subscript 0 is outside array bounds of ‘WTF::RefPtr [0]’ [-Warray-bounds=]
  197 |       _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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityMenuListPopup.cpp:103:80:
/usr/include/c++/13.3.0/bits/move.h:198:11: warning: array subscript 0 is outside array bounds of ‘WTF::RefPtr [0]’ [-Warray-bounds=]
  198 |       __a = _GLIBCXX_MOVE(__b);
      |           ^
In member function ‘virtual void WebCore::AccessibilityMenuListPopup::addChildren()’:
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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilitySlider.cpp:92:37:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilitySlider.cpp:92:37:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityRenderObject.cpp:2902:47:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityRenderObject.cpp:2902:47:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityRenderObject.cpp:2899:38:
/usr/include/c++/13.3.0/bits/move.h:197:11: warning: array subscript 0 is outside array bounds of ‘WTF::RefPtr [0]’ [-Warray-bounds=]
  197 |       _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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityRenderObject.cpp:2899:38:
/usr/include/c++/13.3.0/bits/move.h:198:11: warning: array subscript 0 is outside array bounds of ‘WTF::RefPtr [0]’ [-Warray-bounds=]
  198 |       __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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityRenderObject.cpp:2900:37:
/usr/include/c++/13.3.0/bits/move.h:197:11: warning: array subscript 0 is outside array bounds of ‘WTF::RefPtr [0]’ [-Warray-bounds=]
  197 |       _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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityRenderObject.cpp:2900:37:
/usr/include/c++/13.3.0/bits/move.h:198:11: warning: array subscript 0 is outside array bounds of ‘WTF::RefPtr [0]’ [-Warray-bounds=]
  198 |       __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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityRenderObject.cpp:1810:50:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityRenderObject.cpp:1810:50:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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())
      |                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityRenderObject.cpp:1817:46:
/usr/include/c++/13.3.0/bits/move.h:197:11: warning: array subscript 0 is outside array bounds of ‘WTF::RefPtr [0]’ [-Warray-bounds=]
  197 |       _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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityRenderObject.cpp:1817:46:
/usr/include/c++/13.3.0/bits/move.h:198:11: warning: array subscript 0 is outside array bounds of ‘WTF::RefPtr [0]’ [-Warray-bounds=]
  198 |       __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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityRenderObject.cpp:1818:45:
/usr/include/c++/13.3.0/bits/move.h:197:11: warning: array subscript 0 is outside array bounds of ‘WTF::RefPtr [0]’ [-Warray-bounds=]
  197 |       _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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityRenderObject.cpp:1818:45:
/usr/include/c++/13.3.0/bits/move.h:198:11: warning: array subscript 0 is outside array bounds of ‘WTF::RefPtr [0]’ [-Warray-bounds=]
  198 |       __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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityTable.cpp:346:6:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityTable.cpp:346:6:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityTable.cpp:346:6:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityARIAGrid.cpp:142:43:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityARIAGrid.cpp:142:43:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/accessibility/AccessibilityARIAGrid.cpp:146:65:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/EditorCommand.cpp:185:28:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBDatabaseImpl.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBDatabaseImpl.cpp:159:32:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBObjectStoreImpl.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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 constructor ‘WebCore::IDBClient::IDBTransaction::IDBTransaction(WebCore::IDBClient::IDBDatabase&, const WebCore::IDBTransactionInfo&, WebCore::IDBClient::IDBOpenDBRequest*)’,
    inlined from ‘static WTF::Ref WebCore::IDBClient::IDBTransaction::create(WebCore::IDBClient::IDBDatabase&, const WebCore::IDBTransactionInfo&)’ at /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBTransactionImpl.cpp:54:64:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBTransactionImpl.cpp:76:53: warning: ‘this’ pointer is null [-Wnonnull]
   76 |         m_openDBRequest->setVersionChangeTransaction(*this);
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/TransactionOperation.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBConnectionToServer.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBDatabaseImpl.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBAnyImpl.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBCursorImpl.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBCursorWithValueImpl.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBTransactionImpl.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBRequestImpl.h: In static member function ‘static WTF::Ref WebCore::IDBClient::IDBTransaction::create(WebCore::IDBClient::IDBDatabase&, const WebCore::IDBTransactionInfo&)’:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBRequestImpl.h:102:10: note: in a call to non-static member function ‘void WebCore::IDBClient::IDBRequest::setVersionChangeTransaction(WebCore::IDBClient::IDBTransaction&)’
  102 |     void setVersionChangeTransaction(IDBTransaction&);
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/MemoryIndex.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/MemoryObjectStore.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/IDBBackingStore.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/SQLiteIDBBackingStore.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/SQLiteIDBBackingStore.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/SQLiteIDBBackingStore.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/SQLiteIDBBackingStore.cpp:80:22:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/IDBServer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:34:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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 > >]’
/var/pisi/qt5-webkit-5.212.0-33/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&]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:486:57:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/IDBBackingStore.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.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 > >]’
/var/pisi/qt5-webkit-5.212.0-33/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&]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:521:57:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.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 > >]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:560:57:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.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 > >]’
/var/pisi/qt5-webkit-5.212.0-33/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&]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:592:57:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.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 > >]’
/var/pisi/qt5-webkit-5.212.0-33/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&]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:620:57:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.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 > >]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:669:57:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.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 > >]’
/var/pisi/qt5-webkit-5.212.0-33/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&]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:726:61:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.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 > >]’
/var/pisi/qt5-webkit-5.212.0-33/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&]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:841:57:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.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 > >]’
/var/pisi/qt5-webkit-5.212.0-33/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&]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:1003:57:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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::integral_constant]’:
/usr/include/c++/13.3.0/bits/std_function.h:215: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&)::]’
/usr/include/c++/13.3.0/bits/std_function.h:449: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 = {}]’
/usr/include/c++/13.3.0/bits/std_function.h:534: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<(! 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<(! 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&)::]’
/var/pisi/qt5-webkit-5.212.0-33/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&}]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 > >]’
/var/pisi/qt5-webkit-5.212.0-33/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&]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:486:57:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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++/13.3.0/functional:59,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Threading.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ThreadGlobalData.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventNames.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/EventTarget.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/MessagePort.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDictionary.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/Dictionary.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/IDBBindingUtilities.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.h:32:
/usr/include/c++/13.3.0/bits/std_function.h:161: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
  161 |               = new _Functor(std::forward<_Fn>(__f));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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::integral_constant]’:
/usr/include/c++/13.3.0/bits/std_function.h:215: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&)::]’
/usr/include/c++/13.3.0/bits/std_function.h:449: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 = {}]’
/usr/include/c++/13.3.0/bits/std_function.h:534: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<(! 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<(! 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&)::]’
/var/pisi/qt5-webkit-5.212.0-33/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&}]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 > >]’
/var/pisi/qt5-webkit-5.212.0-33/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&]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:521:57:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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++/13.3.0/bits/std_function.h:161: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
  161 |               = new _Functor(std::forward<_Fn>(__f));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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::integral_constant]’:
/usr/include/c++/13.3.0/bits/std_function.h:215: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&&)::]’
/usr/include/c++/13.3.0/bits/std_function.h:449: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 = {}]’
/usr/include/c++/13.3.0/bits/std_function.h:534: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<(! 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<(! 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&&)::]’
/var/pisi/qt5-webkit-5.212.0-33/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}]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 > >]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:560:57:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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++/13.3.0/bits/std_function.h:161: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
  161 |               = new _Functor(std::forward<_Fn>(__f));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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::integral_constant]’:
/usr/include/c++/13.3.0/bits/std_function.h:215: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&)::]’
/usr/include/c++/13.3.0/bits/std_function.h:449: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 = {}]’
/usr/include/c++/13.3.0/bits/std_function.h:534: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<(! 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<(! 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&)::]’
/var/pisi/qt5-webkit-5.212.0-33/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&}]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 > >]’
/var/pisi/qt5-webkit-5.212.0-33/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&]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:592:57:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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++/13.3.0/bits/std_function.h:161: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
  161 |               = new _Functor(std::forward<_Fn>(__f));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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::integral_constant]’:
/usr/include/c++/13.3.0/bits/std_function.h:215: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&)::]’
/usr/include/c++/13.3.0/bits/std_function.h:449: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 = {}]’
/usr/include/c++/13.3.0/bits/std_function.h:534: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<(! 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<(! 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&)::]’
/var/pisi/qt5-webkit-5.212.0-33/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&}]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 > >]’
/var/pisi/qt5-webkit-5.212.0-33/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&]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:620:57:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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++/13.3.0/bits/std_function.h:161: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
  161 |               = new _Functor(std::forward<_Fn>(__f));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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::integral_constant]’:
/usr/include/c++/13.3.0/bits/std_function.h:215: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&&)::]’
/usr/include/c++/13.3.0/bits/std_function.h:449: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 = {}]’
/usr/include/c++/13.3.0/bits/std_function.h:534: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<(! 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<(! 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&&)::]’
/var/pisi/qt5-webkit-5.212.0-33/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}]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 > >]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:669:57:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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++/13.3.0/bits/std_function.h:161: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
  161 |               = new _Functor(std::forward<_Fn>(__f));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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::integral_constant]’:
/usr/include/c++/13.3.0/bits/std_function.h:215: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&)::]’
/usr/include/c++/13.3.0/bits/std_function.h:449: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 = {}]’
/usr/include/c++/13.3.0/bits/std_function.h:534: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<(! 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<(! 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&)::]’
/var/pisi/qt5-webkit-5.212.0-33/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&}]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 > >]’
/var/pisi/qt5-webkit-5.212.0-33/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&]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:726:61:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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++/13.3.0/bits/std_function.h:161: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
  161 |               = new _Functor(std::forward<_Fn>(__f));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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::integral_constant]’:
/usr/include/c++/13.3.0/bits/std_function.h:215: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&)::]’
/usr/include/c++/13.3.0/bits/std_function.h:449: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 = {}]’
/usr/include/c++/13.3.0/bits/std_function.h:534: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<(! 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<(! 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&)::]’
/var/pisi/qt5-webkit-5.212.0-33/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&}]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 > >]’
/var/pisi/qt5-webkit-5.212.0-33/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&]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:841:57:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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++/13.3.0/bits/std_function.h:161: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
  161 |               = new _Functor(std::forward<_Fn>(__f));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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::integral_constant]’:
/usr/include/c++/13.3.0/bits/std_function.h:215: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&)::]’
/usr/include/c++/13.3.0/bits/std_function.h:449: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 = {}]’
/usr/include/c++/13.3.0/bits/std_function.h:534: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<(! 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<(! 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&)::]’
/var/pisi/qt5-webkit-5.212.0-33/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&}]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 > >]’
/var/pisi/qt5-webkit-5.212.0-33/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&]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:1003:57:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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++/13.3.0/bits/std_function.h:161: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
  161 |               = new _Functor(std::forward<_Fn>(__f));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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::integral_constant]’:
/usr/include/c++/13.3.0/bits/std_function.h:215: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&)::]’
/usr/include/c++/13.3.0/bits/std_function.h:198: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&)::]’
/usr/include/c++/13.3.0/bits/std_function.h:282: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 = {}]’
/usr/include/c++/13.3.0/bits/std_function.h:452: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 = {}]’
/usr/include/c++/13.3.0/bits/std_function.h:534: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<(! 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<(! 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&)::]’
/var/pisi/qt5-webkit-5.212.0-33/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&}]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 > >]’
/var/pisi/qt5-webkit-5.212.0-33/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&]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:486:57:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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++/13.3.0/bits/std_function.h:161: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
  161 |               = new _Functor(std::forward<_Fn>(__f));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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::integral_constant]’:
/usr/include/c++/13.3.0/bits/std_function.h:215: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&)::]’
/usr/include/c++/13.3.0/bits/std_function.h:198: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&)::]’
/usr/include/c++/13.3.0/bits/std_function.h:282: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 = {}]’
/usr/include/c++/13.3.0/bits/std_function.h:452: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 = {}]’
/usr/include/c++/13.3.0/bits/std_function.h:534: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<(! 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<(! 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&)::]’
/var/pisi/qt5-webkit-5.212.0-33/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&}]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 > >]’
/var/pisi/qt5-webkit-5.212.0-33/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&]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:521:57:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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++/13.3.0/bits/std_function.h:161: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
  161 |               = new _Functor(std::forward<_Fn>(__f));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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::integral_constant]’:
/usr/include/c++/13.3.0/bits/std_function.h:215: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&&)::]’
/usr/include/c++/13.3.0/bits/std_function.h:198: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&&)::]’
/usr/include/c++/13.3.0/bits/std_function.h:282: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 = {}]’
/usr/include/c++/13.3.0/bits/std_function.h:452: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 = {}]’
/usr/include/c++/13.3.0/bits/std_function.h:534: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<(! 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<(! 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&&)::]’
/var/pisi/qt5-webkit-5.212.0-33/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}]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 > >]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:560:57:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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++/13.3.0/bits/std_function.h:161: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
  161 |               = new _Functor(std::forward<_Fn>(__f));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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::integral_constant]’:
/usr/include/c++/13.3.0/bits/std_function.h:215: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&)::]’
/usr/include/c++/13.3.0/bits/std_function.h:198: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&)::]’
/usr/include/c++/13.3.0/bits/std_function.h:282: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 = {}]’
/usr/include/c++/13.3.0/bits/std_function.h:452: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 = {}]’
/usr/include/c++/13.3.0/bits/std_function.h:534: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<(! 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<(! 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&)::]’
/var/pisi/qt5-webkit-5.212.0-33/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&}]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 > >]’
/var/pisi/qt5-webkit-5.212.0-33/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&]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:592:57:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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++/13.3.0/bits/std_function.h:161: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
  161 |               = new _Functor(std::forward<_Fn>(__f));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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::integral_constant]’:
/usr/include/c++/13.3.0/bits/std_function.h:215: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&)::]’
/usr/include/c++/13.3.0/bits/std_function.h:198: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&)::]’
/usr/include/c++/13.3.0/bits/std_function.h:282: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 = {}]’
/usr/include/c++/13.3.0/bits/std_function.h:452: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 = {}]’
/usr/include/c++/13.3.0/bits/std_function.h:534: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<(! 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<(! 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&)::]’
/var/pisi/qt5-webkit-5.212.0-33/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&}]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 > >]’
/var/pisi/qt5-webkit-5.212.0-33/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&]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:620:57:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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++/13.3.0/bits/std_function.h:161: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
  161 |               = new _Functor(std::forward<_Fn>(__f));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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::integral_constant]’:
/usr/include/c++/13.3.0/bits/std_function.h:215: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&&)::]’
/usr/include/c++/13.3.0/bits/std_function.h:198: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&&)::]’
/usr/include/c++/13.3.0/bits/std_function.h:282: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 = {}]’
/usr/include/c++/13.3.0/bits/std_function.h:452: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 = {}]’
/usr/include/c++/13.3.0/bits/std_function.h:534: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<(! 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<(! 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&&)::]’
/var/pisi/qt5-webkit-5.212.0-33/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}]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 > >]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:669:57:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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++/13.3.0/bits/std_function.h:161: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
  161 |               = new _Functor(std::forward<_Fn>(__f));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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::integral_constant]’:
/usr/include/c++/13.3.0/bits/std_function.h:215: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&)::]’
/usr/include/c++/13.3.0/bits/std_function.h:198: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&)::]’
/usr/include/c++/13.3.0/bits/std_function.h:282: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 = {}]’
/usr/include/c++/13.3.0/bits/std_function.h:452: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 = {}]’
/usr/include/c++/13.3.0/bits/std_function.h:534: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<(! 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<(! 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&)::]’
/var/pisi/qt5-webkit-5.212.0-33/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&}]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 > >]’
/var/pisi/qt5-webkit-5.212.0-33/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&]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:726:61:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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++/13.3.0/bits/std_function.h:161: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
  161 |               = new _Functor(std::forward<_Fn>(__f));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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::integral_constant]’:
/usr/include/c++/13.3.0/bits/std_function.h:215: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&)::]’
/usr/include/c++/13.3.0/bits/std_function.h:198: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&)::]’
/usr/include/c++/13.3.0/bits/std_function.h:282: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 = {}]’
/usr/include/c++/13.3.0/bits/std_function.h:452: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 = {}]’
/usr/include/c++/13.3.0/bits/std_function.h:534: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<(! 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<(! 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&)::]’
/var/pisi/qt5-webkit-5.212.0-33/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&}]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 > >]’
/var/pisi/qt5-webkit-5.212.0-33/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&]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:841:57:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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++/13.3.0/bits/std_function.h:161: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
  161 |               = new _Functor(std::forward<_Fn>(__f));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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::integral_constant]’:
/usr/include/c++/13.3.0/bits/std_function.h:215: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&)::]’
/usr/include/c++/13.3.0/bits/std_function.h:198: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&)::]’
/usr/include/c++/13.3.0/bits/std_function.h:282: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 = {}]’
/usr/include/c++/13.3.0/bits/std_function.h:452: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 = {}]’
/usr/include/c++/13.3.0/bits/std_function.h:534: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<(! 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<(! 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&)::]’
/var/pisi/qt5-webkit-5.212.0-33/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&}]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 > >]’
/var/pisi/qt5-webkit-5.212.0-33/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&]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp:1003:57:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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++/13.3.0/bits/std_function.h:161: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
  161 |               = new _Functor(std::forward<_Fn>(__f));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBResultData.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/IDBResultData.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBTransactionImpl.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBRequestImpl.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/TransactionOperation.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBConnectionToServer.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/InProcessIDBServer.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/InProcessIDBServer.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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::integral_constant]’:
/usr/include/c++/13.3.0/bits/std_function.h:215: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&)::]’
/usr/include/c++/13.3.0/bits/std_function.h:449: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 = {}]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/InProcessIDBServer.cpp:125:32:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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++/13.3.0/functional:59,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSCJSValue.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/bindings/ScriptValue.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/IDBAny.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBAnyImpl.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/client/IDBRequestImpl.h:31:
/usr/include/c++/13.3.0/bits/std_function.h:161: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
  161 |               = new _Functor(std::forward<_Fn>(__f));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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::integral_constant]’:
/usr/include/c++/13.3.0/bits/std_function.h:215: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&)::]’
/usr/include/c++/13.3.0/bits/std_function.h:449: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 = {}]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/InProcessIDBServer.cpp:133:32:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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++/13.3.0/bits/std_function.h:161: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
  161 |               = new _Functor(std::forward<_Fn>(__f));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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::integral_constant]’:
/usr/include/c++/13.3.0/bits/std_function.h:215: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&)::]’
/usr/include/c++/13.3.0/bits/std_function.h:449: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 = {}]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/InProcessIDBServer.cpp:366:32:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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++/13.3.0/bits/std_function.h:161: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
  161 |               = new _Functor(std::forward<_Fn>(__f));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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::integral_constant]’:
/usr/include/c++/13.3.0/bits/std_function.h:215: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&)::]’
/usr/include/c++/13.3.0/bits/std_function.h:198: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&)::]’
/usr/include/c++/13.3.0/bits/std_function.h:282: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 = {}]’
/usr/include/c++/13.3.0/bits/std_function.h:452: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 = {}]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/InProcessIDBServer.cpp:125:32:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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++/13.3.0/bits/std_function.h:161: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
  161 |               = new _Functor(std::forward<_Fn>(__f));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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::integral_constant]’:
/usr/include/c++/13.3.0/bits/std_function.h:215: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&)::]’
/usr/include/c++/13.3.0/bits/std_function.h:198: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&)::]’
/usr/include/c++/13.3.0/bits/std_function.h:282: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 = {}]’
/usr/include/c++/13.3.0/bits/std_function.h:452: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 = {}]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/InProcessIDBServer.cpp:133:32:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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++/13.3.0/bits/std_function.h:161: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
  161 |               = new _Functor(std::forward<_Fn>(__f));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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::integral_constant]’:
/usr/include/c++/13.3.0/bits/std_function.h:215: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&)::]’
/usr/include/c++/13.3.0/bits/std_function.h:198: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&)::]’
/usr/include/c++/13.3.0/bits/std_function.h:282: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 = {}]’
/usr/include/c++/13.3.0/bits/std_function.h:452: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 = {}]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/indexeddb/shared/InProcessIDBServer.cpp:366:32:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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++/13.3.0/bits/std_function.h:161: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
  161 |               = new _Functor(std::forward<_Fn>(__f));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlock.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/MediaControlElementTypes.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/MediaControlElements.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/mediacontrols/MediaControlsHost.cpp:36:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/mediacontrols/MediaControlsHost.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBasicInspectorNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AnalyserNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AnalyserNode.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AnalyserNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBasicInspectorNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBasicInspectorNode.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBasicInspectorNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBasicProcessorNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBasicProcessorNode.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBasicProcessorNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBuffer.cpp:35:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBuffer.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBufferSourceNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBufferSourceNode.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:32:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:32:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.cpp:35:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBufferSourceNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioContext.cpp:35:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:32:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBufferSourceNode.h:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBufferSourceNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioDestinationNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioDestinationNode.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioDestinationNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioContext.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioContext.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioContext.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNodeInput.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNodeInput.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNodeInput.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNodeOutput.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNodeOutput.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNodeOutput.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioContext.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioParam.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioParam.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioParam.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioContext.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioParamTimeline.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioParamTimeline.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioParamTimeline.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioScheduledSourceNode.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioScheduledSourceNode.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioScheduledSourceNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioSummingJunction.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioSummingJunction.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioSummingJunction.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioDSPKernelProcessor.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioDSPKernel.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/BiquadDSPKernel.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/BiquadDSPKernel.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/BiquadDSPKernel.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBasicProcessorNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/BiquadFilterNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/BiquadFilterNode.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/BiquadFilterNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioDSPKernelProcessor.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioDSPKernel.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/BiquadProcessor.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/BiquadProcessor.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/BiquadProcessor.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/ChannelMergerNode.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/ChannelMergerNode.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/ChannelMergerNode.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/ChannelSplitterNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/ChannelSplitterNode.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/ChannelSplitterNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/DelayDSPKernel.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/DelayDSPKernel.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/DelayDSPKernel.cpp:53:22:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/DelayDSPKernel.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/ConvolverNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/ConvolverNode.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/ConvolverNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioDestinationNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/DefaultAudioDestinationNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/DefaultAudioDestinationNode.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/DefaultAudioDestinationNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/DelayDSPKernel.cpp:53:22:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/DelayDSPKernel.cpp:53:22:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBasicProcessorNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/DelayNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/DelayNode.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/DelayNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioDSPKernelProcessor.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/DelayProcessor.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/DelayProcessor.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/DelayProcessor.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/DynamicsCompressorNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/DynamicsCompressorNode.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/DynamicsCompressorNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/GainNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/GainNode.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/GainNode.cpp:40:7:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/GainNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/GainNode.cpp:40:7:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/GainNode.cpp:40:7:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/MediaElementAudioSourceNode.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/MediaElementAudioSourceNode.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/MediaElementAudioSourceNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:32:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/OscillatorNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/OscillatorNode.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/OscillatorNode.cpp:59:7:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/OscillatorNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/OscillatorNode.cpp:59:7:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/OscillatorNode.cpp:59:7:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioDestinationNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/OfflineAudioDestinationNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/OfflineAudioDestinationNode.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/OfflineAudioDestinationNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioContext.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/OfflineAudioContext.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/OfflineAudioContext.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/OfflineAudioContext.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h:28:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/RealtimeAnalyser.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/RealtimeAnalyser.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/RealtimeAnalyser.cpp:90:35:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/RealtimeAnalyser.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/RealtimeAnalyser.cpp:90:35:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/RealtimeAnalyser.cpp:90:35:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PeriodicWave.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PeriodicWave.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PeriodicWave.cpp:225:34:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PeriodicWave.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PeriodicWave.cpp:225:34:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PeriodicWave.cpp:225:34:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/WaveShaperDSPKernel.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/WaveShaperDSPKernel.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/WaveShaperDSPKernel.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioDSPKernelProcessor.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioDSPKernel.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/WaveShaperProcessor.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/WaveShaperProcessor.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/WaveShaperProcessor.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBasicProcessorNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/WaveShaperNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/WaveShaperNode.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/WaveShaperNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/ScriptProcessorNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/ScriptProcessorNode.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/ScriptProcessorNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/DatabaseContext.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/DatabaseContext.cpp:28:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/Database.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/Database.cpp:193:38:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/Database.cpp:386:53:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/Database.cpp:424:155:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/Database.cpp:475:118:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/Database.cpp:193:38:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/Database.cpp:386:53:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/Database.cpp:424:155:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/Database.cpp:475:118:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/Database.cpp:475:118:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/DatabaseTracker.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webdatabase/DatabaseTracker.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/ThreadableWebSocketChannel.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketExtensionProcessor.h:58:77:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketExtensionProcessor.h:58:77:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketDeflateFramer.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketExtensionProcessor.h:58:77:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketExtensionProcessor.h:58:77:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketChannel.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketExtensionProcessor.h:58:77:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketChannel.cpp:207:40:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketChannel.cpp:209:40:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketChannel.cpp:544:13:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketExtensionDispatcher.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketExtensionProcessor.h:58:77:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketExtensionDispatcher.cpp:135:17:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocket.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketExtensionProcessor.h:58:77:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocket.cpp:215:52:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketFrame.cpp:23:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketFrame.cpp:99:96:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketFrame.cpp:99:96:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketHandshake.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketExtensionProcessor.h:58:77:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketHandshake.cpp:307:83:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketHandshake.cpp:523:38:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WorkerThreadableWebSocketChannel.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketExtensionProcessor.h:58:77:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketExtensionProcessor.h:58:77:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/generic/RuntimeEnabledFeatures.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketExtensionProcessor.h:58:77:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketExtensionProcessor.h:58:77:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBufferSourceNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioBufferSourceNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSAudioBufferSourceNodeCustom.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:32:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBufferSourceNode.h:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSAudioBufferSourceNodeCustom.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioContext.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSAudioContextCustom.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSAudioContextCustom.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBasicProcessorNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/BiquadFilterNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSBiquadFilterNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSBiquadFilterNodeCustom.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSBiquadFilterNodeCustom.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSOscillatorNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSOscillatorNodeCustom.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSOscillatorNodeCustom.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSPannerNode.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSPannerNodeCustom.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:32:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSPannerNode.h:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSPannerNodeCustom.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCanvasRenderingContext.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLRenderingContextBase.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLRenderingContext.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSWebGLRenderingContextCustom.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCanvasRenderingContext.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLRenderingContextBase.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSWebGLRenderingContextBaseCustom.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptController.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptController.cpp:539:50:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/ScriptController.cpp:539:50:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.cpp:42:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValueMappings.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/SourceSizeList.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/SourceSizeList.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Pair.h:61:28:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.cpp:1052:61:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Pair.h:61:28:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValue.cpp:1052:61:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/PseudoElement.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ElementRareData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/cssjit/SelectorCompiler.cpp:36:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/cssjit/SelectorCompiler.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.cpp:20:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.cpp:99:36:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/QualifiedName.cpp:99:36:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/cssjit/FunctionCall.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/cssjit/SelectorCompiler.cpp:37:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/fileapi/BlobURL.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/fileapi/BlobURL.cpp:75:111:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/fileapi/BlobURL.cpp:75:111:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/fileapi/BlobURL.cpp:75:111:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/history/CachedFrame.cpp:54:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/history/CachedFrame.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlock.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderFlexibleBox.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderButton.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/BaseButtonInputType.cpp:38:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/BaseButtonInputType.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/BaseTextInputType.cpp:24:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/BaseTextInputType.cpp:45:44:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/BaseTextInputType.cpp:45:44:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/ColorInputType.cpp:47:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/ColorInputType.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineFlowBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RootInlineBox.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/FloatingObjects.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlockFlow.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderFileUploadControl.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/FileInputType.cpp:39:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/FileInputType.cpp:22:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/FileInputType.cpp:245:58:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/StyleResolver.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLDocument.cpp:79:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HTMLDocument.cpp:53:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HiddenInputType.cpp:40:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/HiddenInputType.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/ImageData.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/ImageData.cpp:47:17:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/ImageData.cpp:63:28:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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)
      |                    ^~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/ImageDocument.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/ImageDocument.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderImage.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/ImageInputType.cpp:35:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/ImageInputType.cpp:23:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/ImageInputType.cpp:70:24:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/NodeRenderStyle.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/InputType.cpp:57:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/InputType.cpp:28:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/LabelableElement.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/LabelableElement.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/MediaDocument.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/MediaDocument.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineFlowBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RootInlineBox.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/FloatingObjects.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlockFlow.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderTextControl.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/NumberInputType.cpp:43:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/NumberInputType.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/MediaElementSession.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/MediaElementSession.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/PluginDocument.cpp:39:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/PluginDocument.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlock.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderFlexibleBox.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderSlider.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/RangeInputType.cpp:43:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/RangeInputType.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineFlowBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RootInlineBox.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/FloatingObjects.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlockFlow.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderRuby.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/RubyElement.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/RubyElement.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineFlowBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RootInlineBox.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/FloatingObjects.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlockFlow.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderRuby.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/RubyTextElement.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/RubyTextElement.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineFlowBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RootInlineBox.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/FloatingObjects.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlockFlow.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderTextControl.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderTextControlSingleLine.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderSearchField.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/SearchInputType.cpp:39:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/SearchInputType.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/TextFieldInputType.cpp:37:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/TextFieldInputType.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/ANGLEInstancedArrays.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/ANGLEInstancedArrays.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayer.h:48,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/TextFieldInputType.cpp:48:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasGradient.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlock.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/ValidationMessage.cpp:42:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/ValidationMessage.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/ValidationMessage.cpp:87:58:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/ValidationMessage.cpp:87:58:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasStyle.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext2D.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext2D.cpp:34:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext2D.h:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/EXTBlendMinMax.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/EXTBlendMinMax.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/EXTFragDepth.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/EXTFragDepth.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext2D.cpp:50:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext2D.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext2D.cpp:1837:12: note: in expansion of macro ‘WTFMove’
 1837 |     return WTFMove(gradient);
      |            ^~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/EXTShaderTextureLOD.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/EXTShaderTextureLOD.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/EXTTextureFilterAnisotropic.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/EXTTextureFilterAnisotropic.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext2D.cpp:2237:32:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/EXTsRGB.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/EXTsRGB.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/OESElementIndexUint.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/OESElementIndexUint.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/OESTextureFloat.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/OESTextureFloat.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/OESStandardDerivatives.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/OESStandardDerivatives.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/OESTextureFloatLinear.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/OESTextureFloatLinear.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/OESTextureHalfFloatLinear.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/OESTextureHalfFloatLinear.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/OESTextureHalfFloat.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/OESTextureHalfFloat.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/OESVertexArrayObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/OESVertexArrayObject.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLContextGroup.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLBuffer.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLBuffer.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLCompressedTextureATC.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLCompressedTextureATC.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLCompressedTexturePVRTC.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLCompressedTexturePVRTC.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLCompressedTextureS3TC.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLCompressedTextureS3TC.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLContextGroup.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLContextGroup.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLContextObject.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLDebugRendererInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLDebugRendererInfo.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLDebugShaders.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLDebugShaders.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLDepthTexture.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLDepthTexture.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLDrawBuffers.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLDrawBuffers.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLContextGroup.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLFramebuffer.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLLoseContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLLoseContext.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLCompressedTextureS3TC.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLObject.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLContextGroup.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLProgram.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLContextGroup.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLQuery.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLContextGroup.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderbuffer.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContext.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContext.cpp:50:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContext.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLContextGroup.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLSampler.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLContextGroup.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLShader.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp:64:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContext.cpp:1052:124:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContext.cpp:1052:124:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLContextGroup.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLSharedObject.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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)
      |                                                                                                                                                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp:4681:19:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp:4705:19:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp:2583:76:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp:4024:144:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp:4682:39:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp:4684:62:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp:4706:39:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp:4709:62:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp:4911:120:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp:4921:90:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp:2583:76:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp:4024:144:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp:4911:120:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLContextGroup.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLTexture.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLContextGroup.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLSync.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp:2583:76:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.cpp:4024:144:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLContextGroup.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLTransformFeedback.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLVertexArrayObjectOES.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLVertexArrayObjectBase.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineFlowBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RootInlineBox.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/FloatingObjects.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlockFlow.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderView.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLResourcePreloader.cpp:34:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLResourcePreloader.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLTreeBuilder.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLTreeBuilder.cpp:560:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/HTMLTreeBuilder.cpp:560:16:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/XSSAuditor.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/XSSAuditor.cpp:128:148:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/XSSAuditor.cpp:343:40:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/XSSAuditor.cpp:343:40:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/XSSAuditor.cpp:343:40:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/XSSAuditor.cpp:343:40:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/parser/XSSAuditor.cpp:343:40:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineFlowBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RootInlineBox.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/FloatingObjects.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlockFlow.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderDetailsMarker.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/DetailsMarkerControl.cpp:38:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/DetailsMarkerControl.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlock.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/MediaControlElementTypes.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/MediaControlElementTypes.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/MediaControlElementTypes.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlock.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/MediaControlElementTypes.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/MediaControlElements.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/MediaControlElements.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/MediaControlElements.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineFlowBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RootInlineBox.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/FloatingObjects.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlockFlow.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderMeter.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/MeterShadowElement.cpp:38:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/MeterShadowElement.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlock.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/MediaControlElementTypes.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/MediaControlElements.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/MediaControls.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/MediaControls.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/MediaControls.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayer.h:48,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/MediaControlElements.cpp:49:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineFlowBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RootInlineBox.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/FloatingObjects.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlockFlow.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderProgress.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/ProgressShadowElement.cpp:36:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/ProgressShadowElement.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineFlowBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RootInlineBox.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/FloatingObjects.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlockFlow.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/SliderThumbElement.h:37,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/SliderThumbElement.cpp:34:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/SliderThumbElement.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/SpinButtonElement.cpp:37:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/SpinButtonElement.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineFlowBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RootInlineBox.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/FloatingObjects.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlockFlow.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderTextControl.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderTextControlSingleLine.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderSearchField.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/TextControlInnerElements.cpp:38:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/shadow/TextControlInnerElements.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/CrossOriginPreflightResultCache.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/CrossOriginPreflightResultCache.cpp:123:45:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/CrossOriginPreflightResultCache.cpp:123:45:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/CrossOriginAccessControl.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/CrossOriginAccessControl.cpp:168:74:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/CrossOriginAccessControl.cpp:168:74:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/DocumentLoader.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/DocumentLoader.cpp:647:170:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/DocumentLoader.cpp:704:69:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/EmptyClients.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/EmptyClients.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/EmptyClients.cpp:28:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/DocumentLoader.cpp:647:170:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/DocumentLoader.cpp:704:69:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FormSubmission.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FormSubmission.cpp:70:40:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FormSubmission.cpp:82:21:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FormSubmission.cpp:267:62:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FormSubmission.cpp:82:21:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FrameLoader.cpp:45:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FrameLoader.cpp:35:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderImage.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/ImageLoader.cpp:38:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/ImageLoader.cpp:22:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingCoordinator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/HistoryController.cpp:50:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/HistoryController.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/StyleResolver.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/LinkLoader.cpp:46:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/LinkLoader.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/MediaResourceLoader.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FrameLoader.cpp:383:46:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FrameLoader.cpp:1463:41:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FrameLoader.cpp:2391:43:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FrameLoader.cpp:2393:43:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FrameLoader.cpp:3207:46:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FrameLoader.cpp:3207:46:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/MixedContentChecker.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/MixedContentChecker.cpp:101:32:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/MixedContentChecker.cpp:110:32:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/ResourceLoadObserver.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/ResourceLoadObserver.cpp:287:36:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/ResourceLoadObserver.cpp:370:47:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/ResourceLoadObserver.cpp:370:47:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/ResourceLoadObserver.cpp:370:47:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/ResourceLoader.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/ResourceLoader.cpp:443:71:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/ResourceLoader.cpp:443:71:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/SubresourceLoader.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/SubresourceLoader.cpp:238:73:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/SubresourceLoader.cpp:398:132:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/SubframeLoader.cpp:37:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/SubframeLoader.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/TextResourceDecoder.cpp:23:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/TextResourceDecoder.cpp:676:20:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/archive/mhtml/MHTMLArchive.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/archive/mhtml/MHTMLArchive.cpp:140:46:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedFont.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedImage.cpp:39:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedImage.cpp:24:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedResourceLoader.cpp:40:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedResourceLoader.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedResourceLoader.cpp:499:208:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedResourceLoader.cpp:866:90:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedResourceLoader.cpp:499:208:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedResourceLoader.cpp:866:90:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/cache/CachedResourceLoader.cpp:499:208:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/icon/IconDatabase.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/icon/IconDatabase.cpp:975:55:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/icon/IconDatabase.cpp:1088:27:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/icon/IconDatabase.cpp:1088:27:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Chrome.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Chrome.cpp:22:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/AutoscrollController.cpp:36:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/AutoscrollController.cpp:28:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderImage.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ContextMenuController.cpp:64:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ContextMenuController.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DOMWindow.cpp:37:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DOMWindow.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Range.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/FrameSelection.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/editing/Editor.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ContextMenuController.cpp:417:55:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/ContainerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Document.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ContextMenuController.cpp:38:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DOMWindow.cpp:941:44:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DOMWindow.cpp:2046:156:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DOMWindow.cpp:2054:59:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DOMWindow.cpp:2062:178:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DOMWindow.cpp:2068:111:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DOMWindow.cpp:2073:20:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DOMWindow.cpp:2046:156:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DOMWindow.cpp:2054:59:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DOMWindow.cpp:2062:178:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DOMWindow.cpp:2068:111:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingCoordinator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DebugPageOverlays.cpp:37:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DebugPageOverlays.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DragController.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/EventHandler.cpp:36:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/EventHandler.cpp:28:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayer.h:48,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/EventHandler.cpp:75:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineFlowBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RootInlineBox.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/FloatingObjects.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlockFlow.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderFileUploadControl.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DragController.cpp:68:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedBoolean.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAElement.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DragController.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/EventSource.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/EventSource.cpp:216:40:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/EventSource.cpp:277:32:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/DragController.cpp:849:42:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/FocusController.cpp:55:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/FocusController.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Frame.cpp:41:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Frame.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Frame.cpp:57:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/FrameSnapshotting.cpp:41:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/FrameSnapshotting.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/FrameView.cpp:36:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/FrameView.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/History.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/History.cpp:193:18:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/History.cpp:200:49:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/History.cpp:205:26:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/History.cpp:161:36:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/History.cpp:199:20:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayer.h:48,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/FrameView.cpp:71:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Location.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Location.cpp:79:29:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Location.cpp:90:85:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Location.cpp:125:68:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGPropertyTearOff.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyTearOff.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGSVGElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/FrameView.cpp:83:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/EmptyClients.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/MainFrame.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/MainFrame.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/NavigatorBase.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/NavigatorBase.cpp:97:146:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/NavigatorBase.cpp:97:146:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Page.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Page.cpp:20:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageConsoleClient.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageConsoleClient.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageGroup.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageGroup.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayer.h:48,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerCompositor.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Page.cpp:73:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageOverlayController.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageOverlayController.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageOverlayController.cpp:34:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageSerializer.cpp:54:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageSerializer.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageSerializer.cpp:120:21:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageSerializer.cpp:350:75:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageSerializer.cpp:120:21:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageSerializer.cpp:120:21:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SecurityOrigin.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SecurityOrigin.cpp:525:88:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SecurityOrigin.cpp:525:88:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SecurityOrigin.cpp:525:88:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SecurityOrigin.cpp:525:88:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SecurityOrigin.cpp:525:88:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineFlowBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RootInlineBox.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/FloatingObjects.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlockFlow.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderView.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PrintContext.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PrintContext.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SecurityPolicy.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SecurityPolicy.cpp:88:23:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PrintContext.cpp:285:72:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PrintContext.cpp:287:57:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PrintContext.cpp:301:117:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PrintContext.cpp:285:72:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PrintContext.cpp:301:117:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PrintContext.cpp:301:117:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PrintContext.cpp:301:117:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PrintContext.cpp:301:117:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PrintContext.cpp:301:117:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PrintContext.cpp:301:117:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PrintContext.cpp:301:117:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PrintContext.cpp:301:117:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PrintContext.cpp:301:117:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PrintContext.cpp:301:117:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineFlowBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderInline.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SpatialNavigation.cpp:42:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SpatialNavigation.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayer.h:48,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/SpatialNavigation.cpp:43:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/TextIndicator.cpp:43:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/TextIndicator.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/AnimationBase.cpp:41:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/AnimationBase.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/CSSPropertyAnimation.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/ClipPathOperation.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/CSSPropertyAnimation.cpp:42:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/ImplicitAnimation.cpp:38:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/ImplicitAnimation.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/PseudoElement.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/AnimationController.cpp:42:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/AnimationController.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/CompositeAnimation.cpp:38:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/CompositeAnimation.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/CSSPropertyAnimation.cpp:47:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyDirectiveList.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyDirective.h:40:11:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyDirectiveList.cpp:158:36:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyDirectiveList.cpp:170:73:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyDirectiveList.cpp:188:20:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyDirectiveList.cpp:201:32:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyDirectiveList.cpp:203:29:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyDirectiveList.cpp:216:28:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyDirectiveList.cpp:261:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyDirectiveList.cpp:263:70:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyDirectiveList.cpp:330:48:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyDirective.h:40:11:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyDirectiveList.cpp:188:20:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyDirectiveList.cpp:330:48:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyDirectiveList.cpp:188:20:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyDirectiveList.cpp:188:20:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/KeyframeAnimation.cpp:38:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/animation/KeyframeAnimation.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyMediaListDirective.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyDirective.h:40:11:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyDirective.h:40:11:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicy.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyDirective.h:40:11:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicy.cpp:518:29:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicy.cpp:525:17:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicy.cpp:545:17:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicy.cpp:550:17:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicy.cpp:565:32:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicy.cpp:579:32:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicy.cpp:587:29:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyDirective.h:40:11:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicy.cpp:525:17:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicy.cpp:525:17:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicy.cpp:525:17:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicy.cpp:525:17:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicy.cpp:525:17:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicySource.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicySource.cpp:67:46:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicySourceList.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyDirective.h:40:11:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyDirective.h:40:11:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicySourceListDirective.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyDirective.h:40:11:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/csp/ContentSecurityPolicyDirective.h:40:11:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/AxisScrollSnapOffsets.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/AxisScrollSnapOffsets.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateNode.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateFixedNode.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateFixedNode.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingCoordinator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingCoordinator.cpp:28:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingCoordinator.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingCoordinator.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingCoordinator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateNode.h:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateFixedNode.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateFixedNode.h:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateNode.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateNode.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingCoordinator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateFrameScrollingNode.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateFrameScrollingNode.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateFrameScrollingNode.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateNode.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateScrollingNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateFrameScrollingNode.h:35:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingCoordinator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateNode.h:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateNode.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingCoordinator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateScrollingNode.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateOverflowScrollingNode.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateOverflowScrollingNode.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateOverflowScrollingNode.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateNode.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateScrollingNode.h:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingCoordinator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateScrollingNode.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateScrollingNode.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateScrollingNode.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateNode.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateScrollingNode.h:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateNode.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateStickyNode.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateStickyNode.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingCoordinator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateFrameScrollingNode.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateTree.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateTree.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingCoordinator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateNode.h:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateTree.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateStickyNode.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateStickyNode.h:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateNode.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateScrollingNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateFrameScrollingNode.h:35:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/DateComponents.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/DateComponents.cpp:711:39:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/DateComponents.cpp:714:13:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Length.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Length.cpp:94:41:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/DragImage.cpp:34:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/DragImage.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/MemoryPressureHandler.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/MemoryPressureHandler.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ScrollView.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/ScrollableArea.cpp:36:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.cpp:831:14:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.cpp:835:10:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.cpp:849:10:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.cpp:895:24:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.cpp:899:14:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.cpp:917:90:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.cpp:940:10:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.cpp:2202:94:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.cpp:831:14:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.cpp:940:10:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/URL.cpp:2202:94:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.cpp:357:34:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.cpp:357:34:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.cpp:357:34:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioDSPKernelProcessor.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioDSPKernelProcessor.cpp:35:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioDSPKernelProcessor.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioFIFO.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioFIFO.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioFIFO.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioPullFIFO.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioPullFIFO.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioPullFIFO.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioResamplerKernel.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioResamplerKernel.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioResamplerKernel.cpp:41:7:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioResamplerKernel.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioResamplerKernel.cpp:41:7:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioResamplerKernel.cpp:41:7:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioResampler.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioResampler.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioResampler.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/DirectConvolver.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/DirectConvolver.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/DirectConvolver.cpp:47:7:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/DirectConvolver.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/DirectConvolver.cpp:47:7:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/DirectConvolver.cpp:47:7:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/DownSampler.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/DownSampler.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/DownSampler.cpp:41:7:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/DownSampler.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/DownSampler.cpp:41:7:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/DownSampler.cpp:41:7:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/DynamicsCompressorKernel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/DynamicsCompressorKernel.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/DynamicsCompressorKernel.cpp:79:67:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/DynamicsCompressorKernel.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/DynamicsCompressorKernel.cpp:79:67:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/DynamicsCompressorKernel.cpp:79:67:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/DynamicsCompressor.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/DynamicsCompressor.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/DynamicsCompressor.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/EqualPowerPanner.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/EqualPowerPanner.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/FFTConvolver.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/FFTConvolver.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/FFTConvolver.cpp:44:7:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/FFTConvolver.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/FFTConvolver.cpp:44:7:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/FFTConvolver.cpp:44:7:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/FFTFrame.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/FFTFrame.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/FFTFrame.cpp:48:45:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/FFTFrame.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/FFTFrame.cpp:48:45:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/FFTFrame.cpp:48:45:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/FFTFrame.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/HRTFKernel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/HRTFKernel.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/HRTFKernel.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/SincResampler.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/MultiChannelResampler.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/MultiChannelResampler.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/MultiChannelResampler.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/FFTFrame.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/HRTFKernel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/HRTFElevation.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/HRTFElevation.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/HRTFElevation.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/DelayDSPKernel.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/HRTFPanner.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/HRTFPanner.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/HRTFPanner.cpp:65:7:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/HRTFPanner.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/HRTFPanner.cpp:65:7:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/HRTFPanner.cpp:65:7:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/DelayDSPKernel.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/HRTFPanner.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/Panner.cpp:36:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/Panner.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/ReverbConvolver.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/Reverb.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/Reverb.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/Reverb.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/ReverbAccumulationBuffer.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/ReverbAccumulationBuffer.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/ReverbAccumulationBuffer.cpp:42:7:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/ReverbAccumulationBuffer.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/ReverbAccumulationBuffer.cpp:42:7:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/ReverbAccumulationBuffer.cpp:42:7:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/ReverbConvolver.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/ReverbConvolver.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/ReverbConvolver.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/ReverbInputBuffer.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/ReverbInputBuffer.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/ReverbInputBuffer.cpp:38:7:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/ReverbInputBuffer.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/ReverbInputBuffer.cpp:38:7:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/ReverbInputBuffer.cpp:38:7:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/ReverbConvolverStage.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/ReverbConvolverStage.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/ReverbConvolverStage.cpp:64:31:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/ReverbConvolverStage.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/ReverbConvolverStage.cpp:64:31:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/ReverbConvolverStage.cpp:64:31:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/UpSampler.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/UpSampler.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/UpSampler.cpp:41:7:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/UpSampler.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/UpSampler.cpp:41:7:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/UpSampler.cpp:41:7:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/SincResampler.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/SincResampler.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/SincResampler.cpp:75:7:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/SincResampler.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/SincResampler.cpp:75:7:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/SincResampler.cpp:75:7:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Font.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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
      |                                                                                                                           ~~~~~^~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Gradient.cpp:187:12: note: ‘struct WebCore::Gradient::hash() const::’ declared here
  187 |     struct {
      |            ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayerTransform.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayerTransform.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.cpp:28:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:693:51:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:698:39:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:698:39:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:698:39:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.cpp:698:39:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayerUpdater.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/SurrogatePairAwareTextIterator.cpp:84:47: warning: ‘int32_t unorm_normalize_76(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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/unicode/CharacterNames.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/SurrogatePairAwareTextIterator.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/SurrogatePairAwareTextIterator.cpp: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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/LightSource.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FELighting.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/FELighting.cpp:28:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/LightSource.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/SpotLightSource.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/filters/SpotLightSource.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/Matrix3DTransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/Matrix3DTransformOperation.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.cpp:23:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/CredentialStorage.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/CredentialStorage.cpp:47:87:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/CredentialStorage.cpp:49:48:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/CredentialStorage.cpp:47:87:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/CredentialStorage.cpp:49:48:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/CredentialStorage.cpp:49:48:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/HTTPHeaderMap.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/HTTPHeaderMap.cpp:98:70:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/HTTPHeaderMap.cpp:98:70:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/HTTPParsers.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/HTTPParsers.cpp:639:88:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/MIMEHeader.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/MIMEHeader.cpp:99:66:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/MIMEHeader.cpp:100:85:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/FormData.cpp:22:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/sql/SQLiteDatabase.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/sql/SQLiteDatabase.cpp:204:98:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/sql/SQLiteDatabase.cpp:297:105:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderText.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/BidiRun.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineIterator.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/line/LineBreaker.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/line/LineBreaker.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/line/LineBreaker.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlock.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/line/LineInfo.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/line/LineInfo.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineFlowBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RootInlineBox.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/FloatingObjects.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlockFlow.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/line/LineWidth.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/line/LineWidth.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderText.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/BidiRun.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineIterator.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/line/TrailingObjects.cpp:28:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/line/TrailingObjects.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayer.h:48,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/line/LineInlineHeaders.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/line/LineBreaker.h:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlock.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderFlexibleBox.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLBlock.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLBlock.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLBlock.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlock.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderFlexibleBox.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLBlock.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLToken.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLOperator.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLFenced.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLFenced.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLFenced.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlock.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderFlexibleBox.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLBlock.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLFraction.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLFraction.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLFraction.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlock.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderFlexibleBox.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLBlock.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLRow.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLMath.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLMath.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLMath.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlock.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderFlexibleBox.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLBlock.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLRow.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLMenclose.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLMenclose.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLMenclose.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlock.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderFlexibleBox.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLBlock.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLToken.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLOperator.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLOperator.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLOperator.cpp:28:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlock.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderFlexibleBox.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLBlock.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLRoot.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLRoot.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLRoot.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlock.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderFlexibleBox.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLBlock.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLRow.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLRow.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlock.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderFlexibleBox.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLBlock.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLToken.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLOperator.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLRadicalOperator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLRadicalOperator.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLRow.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLRadicalOperator.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlock.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderFlexibleBox.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLBlock.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLScripts.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLScripts.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLScripts.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlock.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderFlexibleBox.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLBlock.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLSpace.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLSpace.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLSpace.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlock.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderFlexibleBox.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLBlock.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLRoot.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLSquareRoot.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLSquareRoot.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLSquareRoot.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlock.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderFlexibleBox.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLBlock.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLToken.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLToken.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLToken.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlock.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderFlexibleBox.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLBlock.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLUnderOver.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLUnderOver.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/mathml/RenderMathMLUnderOver.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/shapes/BoxShape.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/shapes/BoxShape.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/shapes/Shape.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/BasicShapeFunctions.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/shapes/Shape.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineFlowBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RootInlineBox.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/FloatingObjects.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/shapes/ShapeOutsideInfo.cpp:37:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/shapes/ShapeOutsideInfo.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/shapes/ShapeOutsideInfo.cpp:135:31:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/shapes/ShapeOutsideInfo.cpp:135:31:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/StyleResolver.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/AttributeChangeInvalidation.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/AttributeChangeInvalidation.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/StyleResolver.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/ClassChangeInvalidation.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/ClassChangeInvalidation.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/ClassChangeInvalidation.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/InlineTextBoxStyle.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/InlineTextBoxStyle.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/InlineTextBoxStyle.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/StyleResolver.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/IdChangeInvalidation.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/IdChangeInvalidation.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/RenderTreePosition.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/RenderTreePosition.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/RenderTreePosition.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleChange.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleChange.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleFontSizeFunctions.cpp:35:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleFontSizeFunctions.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/NodeRenderStyle.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleResolveForDocument.cpp:38:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleResolveForDocument.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/StyleResolver.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/ElementRuleCollector.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleSharingResolver.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleSharingResolver.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/RenderTreePosition.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleTreeResolver.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleTreeResolver.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleTreeResolver.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/animation/SMILTimeContainer.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/animation/SVGSMILElement.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/animation/SMILTimeContainer.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/animation/SVGSMILElement.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/animation/SVGSMILElement.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/animation/SVGSMILElement.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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 /usr/include/c++/13.3.0/bits/stl_pair.h:61,
                 from /usr/include/c++/13.3.0/utility:69,
                 from /usr/include/qt5/QtCore/qglobal.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:1060,
                 from /var/pisi/qt5-webkit-5.212.0-33/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::value> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/13.3.0/bits/move.h:217: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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleTreeResolver.cpp:871:32:
/usr/include/c++/13.3.0/bits/move.h:198:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[0]’ is used uninitialized [-Wuninitialized]
  198 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
In file included from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleTreeResolver.cpp:34:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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::value> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/13.3.0/bits/move.h:217: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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleTreeResolver.cpp:871:32:
/usr/include/c++/13.3.0/bits/move.h:198:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[1]’ is used uninitialized [-Wuninitialized]
  198 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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::value> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/13.3.0/bits/move.h:217: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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleTreeResolver.cpp:871:32:
/usr/include/c++/13.3.0/bits/move.h:198:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[2]’ is used uninitialized [-Wuninitialized]
  198 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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::value> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/13.3.0/bits/move.h:217: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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleTreeResolver.cpp:871:32:
/usr/include/c++/13.3.0/bits/move.h:198:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[3]’ is used uninitialized [-Wuninitialized]
  198 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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::value> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/13.3.0/bits/move.h:217: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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleTreeResolver.cpp:871:32:
/usr/include/c++/13.3.0/bits/move.h:198:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[4]’ is used uninitialized [-Wuninitialized]
  198 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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::value> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/13.3.0/bits/move.h:217: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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleTreeResolver.cpp:871:32:
/usr/include/c++/13.3.0/bits/move.h:198:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[5]’ is used uninitialized [-Wuninitialized]
  198 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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::value> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/13.3.0/bits/move.h:217: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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleTreeResolver.cpp:871:32:
/usr/include/c++/13.3.0/bits/move.h:198:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[6]’ is used uninitialized [-Wuninitialized]
  198 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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::value> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/13.3.0/bits/move.h:217: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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleTreeResolver.cpp:871:32:
/usr/include/c++/13.3.0/bits/move.h:198:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[7]’ is used uninitialized [-Wuninitialized]
  198 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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::value> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/13.3.0/bits/move.h:217: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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleTreeResolver.cpp:871:32:
/usr/include/c++/13.3.0/bits/move.h:198:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[8]’ is used uninitialized [-Wuninitialized]
  198 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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::value> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/13.3.0/bits/move.h:217: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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleTreeResolver.cpp:871:32:
/usr/include/c++/13.3.0/bits/move.h:198:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[9]’ is used uninitialized [-Wuninitialized]
  198 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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::value> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/13.3.0/bits/move.h:217: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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleTreeResolver.cpp:871:32:
/usr/include/c++/13.3.0/bits/move.h:198:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[10]’ is used uninitialized [-Wuninitialized]
  198 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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::value> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/13.3.0/bits/move.h:217: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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleTreeResolver.cpp:871:32:
/usr/include/c++/13.3.0/bits/move.h:198:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[11]’ is used uninitialized [-Wuninitialized]
  198 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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::value> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/13.3.0/bits/move.h:217: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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleTreeResolver.cpp:871:32:
/usr/include/c++/13.3.0/bits/move.h:198:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[12]’ is used uninitialized [-Wuninitialized]
  198 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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::value> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/13.3.0/bits/move.h:217: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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleTreeResolver.cpp:871:32:
/usr/include/c++/13.3.0/bits/move.h:198:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[13]’ is used uninitialized [-Wuninitialized]
  198 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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::value> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/13.3.0/bits/move.h:217: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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleTreeResolver.cpp:871:32:
/usr/include/c++/13.3.0/bits/move.h:198:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[14]’ is used uninitialized [-Wuninitialized]
  198 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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::value> std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm]) [with _Tp = aligned_storage<16, 8>::type; long unsigned int _Nm = 16]’ at /usr/include/c++/13.3.0/bits/move.h:217: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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/style/StyleTreeResolver.cpp:871:32:
/usr/include/c++/13.3.0/bits/move.h:198:7: warning: ‘.WebCore::ComposedTreeIterator::Context::iterator.WebCore::ElementAndTextDescendantIterator::m_ancestorSiblingStack.WTF::Vector::.WTF::VectorBuffer::m_inlineBuffer[15]’ is used uninitialized [-Wuninitialized]
  198 |       __a = _GLIBCXX_MOVE(__b);
      |       ^~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGRoot.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/graphics/SVGImageCache.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/graphics/SVGImageCache.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGRoot.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/graphics/SVGImage.cpp:41:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/graphics/SVGImage.cpp:28:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGPropertyTearOff.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyTearOff.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedPreserveAspectRatio.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFEImageElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/graphics/SVGImage.cpp:44:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/graphics/filters/SVGFEImage.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/graphics/filters/SVGFEImage.cpp:23:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGPathSegListPropertyTearOff.cpp:20:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/workers/WorkerLocation.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/workers/WorkerLocation.cpp:42:29:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/workers/WorkerLocation.cpp:47:90:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/workers/WorkerLocation.cpp:67:72:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/workers/Worker.cpp:28:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/DOMParser.cpp:19:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XMLHttpRequest.cpp:23:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XMLHttpRequest.cpp:676:73:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XMLHttpRequest.cpp:954:24:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XMLHttpRequest.cpp:1079:36:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XMLHttpRequest.cpp:954:24:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathParser.cpp:28:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathParser.cpp:259:23:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathParser.cpp:361:47:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathFunctions.cpp:28:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathFunctions.cpp:371:102:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/XPathFunctions.cpp:371:102:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/parser/XMLDocumentParserLibxml2.cpp:28:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/parser/XMLDocumentParserLibxml2.cpp:1532:86:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/parser/XMLDocumentParserLibxml2.cpp:1540:70:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/parser/XMLDocumentParserLibxml2.cpp:738:70:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/xml/parser/XMLDocumentParserLibxml2.cpp:1532:86:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/TextTrackCueGeneric.cpp:39:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/TextTrackCueGeneric.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineFlowBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RootInlineBox.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/FloatingObjects.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBlockFlow.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderVTTCue.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/VTTCue.cpp:45:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/VTTCue.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/VTTRegion.cpp:44:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/VTTRegion.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/track/WebVTTElement.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext3D.cpp:28:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext3D.cpp:236:22:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext3D.cpp:244:25:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/BitmapTexture.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/GraphicsLayerTextureMapper.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/GraphicsLayerTextureMapper.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapper.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapper.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapper.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperAnimation.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperAnimation.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperBackingStore.cpp:24:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapper.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperBackingStore.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperBackingStore.cpp:22:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperAnimation.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperLayer.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperLayer.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayerTransform.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperLayer.h:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.h:49,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapper.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperGL.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperGL.cpp:23:
/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateNode.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/coordinatedgraphics/ScrollingStateNodeCoordinatedGraphics.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingCoordinator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/coordinatedgraphics/ScrollingCoordinatorCoordinatedGraphics.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/coordinatedgraphics/ScrollingCoordinatorCoordinatedGraphics.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/coordinatedgraphics/ScrollingCoordinatorCoordinatedGraphics.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperAnimation.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsState.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CompositingCoordinator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CompositingCoordinator.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperAnimation.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsState.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/coordinatedgraphics/ScrollingCoordinatorCoordinatedGraphics.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingCoordinator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingStateNode.h:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/coordinatedgraphics/ScrollingStateNodeCoordinatedGraphics.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperAnimation.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsState.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperAnimation.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsState.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedImageBacking.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedImageBacking.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperAnimation.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsState.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/UpdateAtlas.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/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-33/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()))
      |                  ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/qt/qt_pixmapruntime.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/qt/qt_pixmapruntime.cpp:19:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/qt/qt_runtime.cpp:495:51:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/qt/qt_runtime.cpp:499:50:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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]
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/qt/qt_runtime.cpp:634:66:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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]
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/bridge/qt/qt_runtime.cpp:638:61:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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]
In file included from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/qt/EventHandlerQt.cpp:50:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/qt/EventHandlerQt.cpp:28:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/NodeRenderStyle.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/qt/TouchAdjustment.cpp:36:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/qt/TouchAdjustment.cpp:20:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/qt/AudioBusQt.cpp:23:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/qt/AudioBusQt.cpp:19:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/BitmapTextureImageBuffer.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperImageBuffer.cpp:24:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapper.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperImageBuffer.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperImageBuffer.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/ImageBufferDataQt.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ImageBufferData.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/ImageBuffer.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/BitmapTextureImageBuffer.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperImageBuffer.h:23:
/usr/include/qt5/QtGui/qfontmetrics.h:106:9: note: declared here
  106 |     int width(const QString &, int len = -1) const;
      |         ^~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/FontPlatformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FontPlatformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/Font.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/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;
      |                           ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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)
      |                                                                                                          ~~~~~^~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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) { }
      |                           ~~~~~~~~~~~~^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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;
      |                        ~~^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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)
      |                                                                        ~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/ImageDecoderQt.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/ImageDecoderQt.cpp:30:
/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/ImageBufferQt.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/ImageBufferQt.cpp:251:44:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/ImageBufferQt.cpp:251:44:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/qt/ImageBufferQt.cpp:251:44:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/CookieJarQt.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/network/qt/CookieJarQt.cpp:279:25:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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())
      |                             ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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;
      |               ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderImage.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/PasteboardQt.cpp:40:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/PasteboardQt.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderTheme.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQt.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderTheme.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQt.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQt.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQt.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderTheme.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQt.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQtMobile.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQtMobile.cpp:24:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQtMobile.cpp:23:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsContext.h:49,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/PaintInfo.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderTheme.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQt.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQStyle.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/ScrollbarThemeQStyle.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/ScrollbarThemeQStyle.cpp:28:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderTheme.h:36,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/RenderThemeQt.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/ScrollbarThemeQt.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/ScrollbarThemeQt.cpp:28:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/URLQt.cpp:20:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/URLQt.cpp:48:20:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/qt/GestureTapHighlighter.cpp:40:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/qt/GestureTapHighlighter.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayer.h:48,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/qt/GestureTapHighlighter.cpp:42:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/opengl/GraphicsContext3DOpenGLCommon.cpp:51:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/GStreamerUtilities.h:21,
                 from /var/pisi/qt5-webkit-5.212.0-33/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);
      |                          ^~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/VideoSinkGStreamer.cpp:171:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
  171 |     sink->priv = G_TYPE_INSTANCE_GET_PRIVATE(sink, WEBKIT_TYPE_VIDEO_SINK, WebKitVideoSinkPrivate);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/VideoSinkGStreamer.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/VideoSinkGStreamer.cpp:29:
/usr/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here
 1497 | void     g_type_class_add_private       (gpointer                    g_class,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/WebKitMediaSourceGStreamer.cpp:107:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
  107 |     src->priv = WEBKIT_MEDIA_SRC_GET_PRIVATE(src);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                           
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:257:13: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE"
  257 |     WebKitWebSrcPrivate* priv = WEBKIT_WEB_SRC_GET_PRIVATE(src);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~             
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/gstreamer/AudioFileReaderGStreamer.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/gstreamer/AudioFileReaderGStreamer.cpp:20:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/gstreamer/AudioDestinationGStreamer.h:22,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/gstreamer/AudioDestinationGStreamer.cpp:24:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/gstreamer/AudioDestinationGStreamer.cpp:20:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:21:
/usr/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here
 1497 | void     g_type_class_add_private       (gpointer                    g_class,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/WebKitMediaSourceGStreamer.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/gstreamer/WebKitMediaSourceGStreamer.cpp:23:
/usr/include/glib-2.0/gobject/gtype.h:1497:10: note: declared here
 1497 | void     g_type_class_add_private       (gpointer                    g_class,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/gstreamer/AudioSourceProviderGStreamer.cpp:24:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/gstreamer/AudioSourceProviderGStreamer.cpp:19:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/FFTFrame.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/gstreamer/FFTFrameGStreamer.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/gstreamer/FFTFrameGStreamer.cpp:47:7:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/gstreamer/FFTFrameGStreamer.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/gstreamer/FFTFrameGStreamer.cpp:47:7:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/gstreamer/FFTFrameGStreamer.cpp:47:7:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/gstreamer/WebKitWebAudioSourceGStreamer.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/gstreamer/WebKitWebAudioSourceGStreamer.cpp:20:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/StyleBuilder.cpp:8:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSPrimitiveValueMappings.h:46,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/StyleBuilder.cpp:6:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/StyleBuilder.cpp:3:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Pair.h:61:28:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/StyleBuilderConverter.h:941:51:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Pair.h:61:28:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBasicInspectorNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AnalyserNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAnalyserNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAnalyserNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAnalyserNode.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioListener.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioListener.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:32:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBufferSourceNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioBufferSourceNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioBufferSourceNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:32:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBufferSourceNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioContext.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:32:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBufferSourceNode.h:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioBufferSourceNode.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioDestinationNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioDestinationNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioDestinationNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioDestinationNode.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioNode.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioContext.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioContext.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioContext.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioContext.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioContext.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioParam.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioParam.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioParam.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioParam.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBasicProcessorNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/BiquadFilterNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSBiquadFilterNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSBiquadFilterNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSBiquadFilterNode.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/ChannelMergerNode.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSChannelMergerNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSChannelMergerNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSChannelMergerNode.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/ChannelSplitterNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSChannelSplitterNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSChannelSplitterNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSChannelSplitterNode.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/ConvolverNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSConvolverNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSConvolverNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSConvolverNode.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBasicProcessorNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/DelayNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDelayNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDelayNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDelayNode.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/DynamicsCompressorNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDynamicsCompressorNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDynamicsCompressorNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDynamicsCompressorNode.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/GainNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSGainNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSGainNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSGainNode.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSMediaElementAudioSourceNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSMediaElementAudioSourceNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSMediaElementAudioSourceNode.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioContext.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioContext.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSOfflineAudioContext.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSOfflineAudioContext.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSOfflineAudioContext.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSPannerNode.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSPannerNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioListener.h:32:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSOscillatorNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSOscillatorNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSOscillatorNode.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSPannerNode.h:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSPannerNode.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSScriptProcessorNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSScriptProcessorNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSScriptProcessorNode.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWaveShaperNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWaveShaperNode.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWaveShaperNode.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebSocket.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketExtensionProcessor.h:58:77:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketExtensionProcessor.h:58:77:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCSSPrimitiveValue.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSRect.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDocument.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/Range.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSRange.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSRange.cpp:22:
In member function ‘void WebCore::RangeBoundaryPoint::ensureOffsetIsValid() const’,
    inlined from ‘int WebCore::RangeBoundaryPoint::offset() const’ at /var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSRange.cpp:314:46:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/dom/RangeBoundaryPoint.h:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMURL.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/URLUtils.h:87:32:   required from ‘WTF::String WebCore::URLUtils::protocol() const [with T = WebCore::DOMURL]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMURL.cpp:294:60:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/URLUtils.h:134:56:   required from ‘WTF::String WebCore::URLUtils::host() const [with T = WebCore::DOMURL]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMURL.cpp:339:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/URLUtils.h:260:28:   required from ‘WTF::String WebCore::URLUtils::search() const [with T = WebCore::DOMURL]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMURL.cpp:399:58:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/ANGLEInstancedArrays.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSANGLEInstancedArrays.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSANGLEInstancedArrays.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCanvasRenderingContext.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCanvasRenderingContext.cpp:22:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext2D.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCanvasRenderingContext2D.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCanvasRenderingContext2D.cpp:22:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext2D.h:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/EXTBlendMinMax.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEXTBlendMinMax.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEXTBlendMinMax.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/EXTFragDepth.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEXTFragDepth.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEXTFragDepth.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/EXTShaderTextureLOD.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEXTShaderTextureLOD.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEXTShaderTextureLOD.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/EXTTextureFilterAnisotropic.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEXTTextureFilterAnisotropic.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEXTTextureFilterAnisotropic.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/EXTsRGB.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEXTsRGB.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSEXTsRGB.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/OESElementIndexUint.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSOESElementIndexUint.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSOESElementIndexUint.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/OESStandardDerivatives.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSOESStandardDerivatives.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSOESStandardDerivatives.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/OESTextureFloat.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSOESTextureFloat.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSOESTextureFloat.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/OESTextureFloatLinear.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSOESTextureFloatLinear.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSOESTextureFloatLinear.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/OESTextureHalfFloatLinear.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSOESTextureHalfFloatLinear.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSOESTextureHalfFloatLinear.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/OESTextureHalfFloat.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSOESTextureHalfFloat.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSOESTextureHalfFloat.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/OESVertexArrayObject.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSOESVertexArrayObject.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSOESVertexArrayObject.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLCompressedTextureATC.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLCompressedTextureATC.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLCompressedTextureATC.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLCompressedTexturePVRTC.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLCompressedTexturePVRTC.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLCompressedTexturePVRTC.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLCompressedTextureS3TC.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLCompressedTextureS3TC.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLCompressedTextureS3TC.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLDebugShaders.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLDebugShaders.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLDebugShaders.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLDebugRendererInfo.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLDebugRendererInfo.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLDebugRendererInfo.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLDepthTexture.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLDepthTexture.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLDepthTexture.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLDrawBuffers.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLDrawBuffers.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLDrawBuffers.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLRenderingContextBase.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLExtension.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/WebGLLoseContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLLoseContext.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLLoseContext.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCanvasRenderingContext.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLRenderingContextBase.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLRenderingContext.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLRenderingContext.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCanvasRenderingContext.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLRenderingContextBase.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWebGLRenderingContextBase.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext2D.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSCanvasRenderingContext2D.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMWindow.cpp:65:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/html/canvas/CanvasRenderingContext2D.h:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMWindow.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGGraphicsElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMWindow.cpp:215:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGModelObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGContainer.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGHiddenContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceFilter.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFEBlendElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEBlendElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMWindow.cpp:245:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/PannerNode.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioBufferSourceNode.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioBufferSourceNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMWindow.cpp:608:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketExtensionProcessor.h:58:77:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioNode.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSMediaElementAudioSourceNode.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSDOMWindow.cpp:563:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketExtensionProcessor.h:58:77:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/css/Rect.h:85:75:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSWorkerGlobalScope.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketExtensionProcessor.h:58:77:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketExtensionProcessor.h:58:77:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAltGlyphElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAnimatedTransformList.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGCircleElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGGraphicsElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGCircleElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGCircleElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGClipPathElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGCursorElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGCursorElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGDefsElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGDocument.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGDocument.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGDocument.cpp:22:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGEllipseElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGGraphicsElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGEllipseElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGEllipseElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGModelObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGContainer.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGHiddenContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceFilter.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFEBlendElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEBlendElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEBlendElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEBlendElement.h:24:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEBlendElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGModelObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGContainer.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGHiddenContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceFilter.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFEColorMatrixElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEColorMatrixElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEColorMatrixElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEColorMatrixElement.h:24:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEColorMatrixElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGModelObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGContainer.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGHiddenContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceFilter.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFECompositeElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFECompositeElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFECompositeElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFECompositeElement.h:24:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFECompositeElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGModelObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGContainer.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGHiddenContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceFilter.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFEComponentTransferElement.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEComponentTransferElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEComponentTransferElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEComponentTransferElement.h:24:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEComponentTransferElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGModelObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGContainer.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGHiddenContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceFilter.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFEConvolveMatrixElement.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEConvolveMatrixElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEConvolveMatrixElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEConvolveMatrixElement.h:24:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEConvolveMatrixElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGModelObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGContainer.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGHiddenContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceFilter.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFEDiffuseLightingElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEDiffuseLightingElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEDiffuseLightingElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEDiffuseLightingElement.h:24:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEDiffuseLightingElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGModelObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGContainer.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGHiddenContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceFilter.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFEDisplacementMapElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEDisplacementMapElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEDisplacementMapElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEDisplacementMapElement.h:24:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEDisplacementMapElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGModelObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGContainer.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGHiddenContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceFilter.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFEDropShadowElement.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEDropShadowElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEDropShadowElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEDropShadowElement.h:24:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEDropShadowElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGModelObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGContainer.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGHiddenContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceFilter.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFEFloodElement.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEFloodElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEFloodElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEFloodElement.h:24:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEFloodElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGModelObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGContainer.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGHiddenContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceFilter.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFEConvolveMatrixElement.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFEGaussianBlurElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEGaussianBlurElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEGaussianBlurElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEGaussianBlurElement.h:24:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEGaussianBlurElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGModelObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGContainer.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGHiddenContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceFilter.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFEImageElement.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEImageElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEImageElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEImageElement.h:24:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEImageElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGModelObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGContainer.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGHiddenContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceFilter.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFEMergeElement.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEMergeElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEMergeElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEMergeElement.h:24:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEMergeElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGModelObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGContainer.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGHiddenContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceFilter.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFEMorphologyElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEMorphologyElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEMorphologyElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEMorphologyElement.h:24:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEMorphologyElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGModelObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGContainer.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGHiddenContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceFilter.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFEOffsetElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEOffsetElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEOffsetElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEOffsetElement.h:24:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEOffsetElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGModelObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGContainer.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGHiddenContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceFilter.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFESpecularLightingElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFESpecularLightingElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFESpecularLightingElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFESpecularLightingElement.h:24:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFESpecularLightingElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGModelObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGContainer.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGHiddenContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceFilter.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFETileElement.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFETileElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFETileElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFETileElement.h:24:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFETileElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFilterElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFilterElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGModelObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGContainer.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGHiddenContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceFilter.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFETurbulenceElement.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFETurbulenceElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFETurbulenceElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFETurbulenceElement.h:24:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFETurbulenceElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGForeignObjectElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGGraphicsElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGForeignObjectElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGForeignObjectElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGGElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGGradientElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGGraphicsElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGImageElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGGraphicsElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGImageElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGImageElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGListPropertyTearOff.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedListPropertyTearOff.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGLengthList.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGLengthList.cpp:22:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGLengthList.cpp:280:90:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGPropertyTearOff.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGListProperty.h:24:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGLineElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGGraphicsElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGLineElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGLineElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGLinearGradientElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGGradientElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGLinearGradientElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGLinearGradientElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGMarkerElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGMarkerElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGMaskElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGMaskElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegArcAbs.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegClosePath.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegArcRel.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegCurvetoCubicAbs.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegCurvetoCubicRel.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegCurvetoCubicSmoothAbs.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegCurvetoCubicSmoothRel.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegCurvetoQuadraticAbs.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegCurvetoQuadraticRel.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegCurvetoQuadraticSmoothAbs.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegCurvetoQuadraticSmoothRel.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegLinetoAbs.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegLinetoHorizontalAbs.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegLinetoHorizontalRel.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegLinetoRel.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegLinetoVerticalAbs.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegLinetoVerticalRel.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegMovetoAbs.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPathSegMovetoRel.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPatternElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPatternElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPatternElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPolygonElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGPolylineElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGRadialGradientElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGGradientElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGRadialGradientElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGRadialGradientElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGRectElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGGraphicsElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGRectElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGRectElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGSVGElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGGraphicsElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGSVGElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGSVGElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGSwitchElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGTRefElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGTSpanElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGTextContentElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGTextElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGTextPathElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGGraphicsElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGTextContentElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGTextPathElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGTextPathElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGTextPositioningElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGUseElement.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGGraphicsElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGUseElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGUseElement.cpp:22:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/SVGElementFactory.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGPropertyTearOff.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGListProperty.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGListPropertyTearOff.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedListPropertyTearOff.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedTransformListPropertyTearOff.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTransformList.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGGraphicsElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/SVGElementFactory.cpp:35:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedBoolean.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAElement.h:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGModelObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGContainer.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGHiddenContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceFilter.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFEBlendElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/SVGElementFactory.cpp:49:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElementWrapperFactory.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElement.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGGraphicsElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGAElement.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElementWrapperFactory.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedType.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedTypeAnimator.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedString.h:25:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGModelObject.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGContainer.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGHiddenContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceContainer.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/svg/RenderSVGResourceFilter.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGFEBlendElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGFEBlendElement.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSSVGElementWrapperFactory.cpp:47:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/properties/SVGAnimatedPropertyMacros.h:140:35: warning: implicitly-declared ‘WebCore::SVGLength& WebCore::SVGLength::operator=(const WebCore::SVGLength&)’ is deprecated [-Wdeprecated-copy]
  140 |         m_##LowerProperty.value = type; \
      |                                   ^~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGAnimatedLength.h:33:1: note: in expansion of macro ‘DECLARE_ANIMATED_PROPERTY’
   33 | DECLARE_ANIMATED_PROPERTY(SVGAnimatedLength, SVGLength, UpperProperty, LowerProperty, )
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/MockPageOverlay.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/MockPageOverlayClient.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/MockPageOverlayClient.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/MockPageOverlayClient.cpp:73:176:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/MockPageOverlayClient.cpp:73:176:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/MockPageOverlayClient.cpp:73:176:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Assertions.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/ASCIIFastPath.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebPopupItem.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/build/Source/WebKit2/WebKit2_autogen/LEK7N4VZRV/moc_ItemSelectorContextObject.cpp:10,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/Source/WebKit2/WebKit2_autogen/mocs_compilation.cpp:9:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:566: warning: "U_SHOW_CPLUSPLUS_API" redefined
  566 | #define U_SHOW_CPLUSPLUS_API 0
      | 
In file included from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/ASCIIFastPath.h:26:
/usr/include/unicode/utypes.h:76: note: this is the location of the previous definition
   76 | #       define U_SHOW_CPLUSPLUS_API 1
      | 
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:567: warning: "U_SHOW_CPLUSPLUS_HEADER_API" redefined
  567 | #define U_SHOW_CPLUSPLUS_HEADER_API 0
      | 
/usr/include/unicode/utypes.h:79: 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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/Internals.cpp:39:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/Internals.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/build/Source/WebKit2/WebKit2_autogen/mocs_compilation.cpp:5:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/Api/qwebkitglobal.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/QtWebKit/qwebkitglobal.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerBacking.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/Internals.cpp:100:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/Internals.cpp:1285:320:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/Internals.cpp:3423:87:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioContext.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/Internals.cpp:205:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/Internals.cpp:1285:320:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/Internals.cpp:1285:320:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/Internals.cpp:1285:320:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/Internals.cpp:1285:320:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/Internals.cpp:1285:320:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/Internals.cpp:1285:320:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/Internals.cpp:1285:320:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/Internals.cpp:1285:320:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/Internals.cpp:1285:320:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/Internals.cpp:1285:320:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioContext.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSAudioContext.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSInternals.cpp:96:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebCore/JSInternals.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9:   required from ‘WebCore::AudioArray::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/PluginProcess/PluginCreationParameters.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/PluginProcess/PluginCreationParameters.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/PluginProcess/PluginControllerProxy.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/PluginProcess/PluginControllerProxy.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapePlugin.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/PluginProcess/PluginProcess.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/PluginProcess/WebProcessConnection.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/PluginProcess/WebProcessConnection.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebCoreArgumentCoders.cpp:45:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/RenderObject.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebHitTestResultData.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:70,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebHitTestResultData.cpp:20:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/scrolling/ScrollingCoordinator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ScrollingCoordinator.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebCoreArgumentCoders.cpp:58:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:70,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebCoreArgumentCoders.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ScrollingConstraints.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebCoreArgumentCoders.cpp:57:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebRenderLayer.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebRenderObject.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayer.h:51,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/RenderLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebRenderLayer.cpp:36:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:70,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebRenderLayer.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/InlineFlowBox.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderInline.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/RenderInline.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebRenderObject.cpp:36:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:70,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/WebRenderObject.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Authentication/AuthenticationManager.cpp:37:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/NPObjectMessageReceiver.cpp:35:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:70,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageGroup.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageGroup.cpp:79:37:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/RenderEmbeddedObject.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageProxy.cpp:117:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:70,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageProxy.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperAnimation.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsState.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/CoordinatedGraphicsState.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/CoordinatedLayerTreeHostProxyMessages.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/WebPageProxy.cpp:136:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:70,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/InspectorServer/WebSocketServerConnection.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketExtensionProcessor.h:58:77:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/websockets/WebSocketExtensionProcessor.h:58:77:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:70,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Storage/LocalStorageDatabaseTracker.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/Storage/LocalStorageDatabaseTracker.cpp:66:24:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebProcess.cpp:54:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/FullScreen/WebFullScreenManager.cpp:34:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Geolocation/GeolocationPermissionRequestManager.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Geolocation/WebGeolocationManager.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayer.h:51,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/RenderLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/FullScreen/WebFullScreenManager.cpp:40:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:70,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/FullScreen/WebFullScreenManager.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundle.cpp:43:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundleBackForwardList.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundleClient.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageContextMenuClient.cpp:38:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageDiagnosticLoggingClient.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageEditorClient.cpp:37:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageFormClient.cpp:35:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageFullScreenClient.cpp:38:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePagePolicyClient.cpp:34:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageLoaderClient.cpp:41:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageResourceLoadClient.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderSnapshottedPlugIn.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/RenderSnapshottedPlugIn.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageUIClient.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageUIClient.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:70,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageUIClient.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundle.cpp:38:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageUIClient.cpp:35:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundleFrame.cpp:41:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageOverlay.cpp:38:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderSnapshottedPlugIn.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/RenderSnapshottedPlugIn.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageUIClient.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePage.cpp:37:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:70,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePage.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePage.cpp:50:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Network/WebLoaderStrategy.cpp:40:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/RenderObject.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/DOM/InjectedBundleNodeHandle.cpp:52:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:70,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/InjectedBundle/DOM/InjectedBundleNodeHandle.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Notifications/NotificationPermissionRequestManager.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Notifications/WebNotificationManager.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/PluginProcessConnection.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/PluginProcessConnection.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/PluginProcessConnection.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/PluginProcessConnectionManager.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/PluginProxy.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/PluginProxy.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/PluginView.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/PluginView.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/RenderEmbeddedObject.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/PluginView.cpp:65:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:70,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/PluginView.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapePlugin.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapeBrowserFuncs.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:70,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapeBrowserFuncs.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapeBrowserFuncs.cpp:188:29:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapeBrowserFuncs.cpp:214:43:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapeBrowserFuncs.cpp:214:43:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/PluginView.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Netscape/NPRuntimeObjectMap.cpp:34:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapePlugin.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapePlugin.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapePlugin.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapePluginStream.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Storage/StorageAreaMap.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Storage/StorageNamespaceImpl.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Storage/WebStorageNamespaceProvider.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/UserContent/WebUserContentController.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebContextMenuClient.cpp:34:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebColorChooser.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ChromeClient.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebChromeClient.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebChromeClient.cpp:28:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:70,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebChromeClient.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:70,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebContextMenuClient.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebContextMenuClient.cpp:66:64:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebContextMenuClient.cpp:66:64:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebChromeClient.cpp:48:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebDiagnosticLoggingClient.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebDragClient.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebEditorClient.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebGeolocationClient.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/PluginView.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp:37:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebInspectorClient.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebNotificationClient.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebPlatformStrategies.cpp:44:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebPopupMenu.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebProgressTrackerClient.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebSearchPopupMenu.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/DrawingArea.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/EventDispatcher.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperAnimation.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsState.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CompositingCoordinator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/CompositingCoordinator.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/LayerTreeHost.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/PluginView.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/FindController.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/PageBanner.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/TapHighlightController.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/VisitedLinkTableController.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebBackForwardListProxy.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebContextMenu.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/RenderElement.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/TapHighlightController.cpp:40:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:70,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/TapHighlightController.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/PluginView.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebFrame.cpp:38:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebInspector.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebInspectorFrontendAPIDispatcher.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebInspectorUI.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ChromeClient.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebChromeClient.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebFrame.cpp:41:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:70,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebFrame.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:70,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebInspectorFrontendAPIDispatcher.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebInspectorFrontendAPIDispatcher.cpp:61:40:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebInspectorFrontendAPIDispatcher.cpp:66:40:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebInspectorFrontendAPIDispatcher.cpp:71:40:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ChromeClient.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/WebChromeClient.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.cpp:61:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:70,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.cpp:28:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPageOverlay.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:58: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebURLSchemeHandlerTaskProxy.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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 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-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/NetworkLoad.cpp:410:6:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/NetworkProcess/qt/QtNetworkAccessManager.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/PluginProcess/PluginControllerProxy.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/PluginProcess/qt/PluginControllerProxyQt.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperAnimation.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsState.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/CoordinatedGraphicsState.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/CoordinatedGraphics/CoordinatedGraphicsArgumentCoders.cpp:36:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/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&);
      |     ^~~~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/CoordinatedGraphics/CoordinatedBackingStore.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapper.h:34,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/TextureMapper.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/CoordinatedGraphics/CoordinatedBackingStore.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/CoordinatedGraphics/CoordinatedBackingStore.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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 >]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/CoordinatedGraphics/CoordinatedGraphicsArgumentCoders.cpp:884:24:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/CoordinatedGraphics/CoordinatedGraphicsArgumentCoders.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/CoordinatedGraphics/CoordinatedGraphicsArgumentCoders.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperAnimation.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsState.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/CoordinatedGraphicsState.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/CoordinatedGraphics/CoordinatedGraphicsScene.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/CoordinatedGraphics/CoordinatedGraphicsScene.cpp:24:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:39:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:70,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/unix/PluginSearchPath.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/Plugins/unix/PluginSearchPath.cpp:49:22:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquicknetworkreply_p.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquicknetworkreply.cpp:22:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:1060,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquicknetworkrequest.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:1060,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquicknetworkreply_p.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickurlschemedelegate.cpp:24:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:1060,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperAnimation.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsState.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/CoordinatedGraphicsState.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/CoordinatedGraphics/CoordinatedGraphicsScene.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebpage.cpp:24:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebpage.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebview_p.h: At global scope:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:1060,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebview.cpp:24:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:1060,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qwebchannelwebkittransport.cpp:48:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:1060,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperAnimation.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsState.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/CoordinatedGraphicsState.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/CoordinatedGraphics/CoordinatedGraphicsScene.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebview.cpp:28:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qwebkittest_p.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qwebkittest.cpp:22:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:1060,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qwebloadrequest_p.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qwebloadrequest.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:1060,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/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) {}
      |                                                                                ^~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickurlschemedelegate_p.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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();
      |                           ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebview_p.h: In static member function ‘static void QQuickWebViewExperimental::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)’:
/var/pisi/qt5-webkit-5.212.0-33/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);
      |                                                              ^
/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qwebnavigationrequest_p.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qwebnavigationrequest.cpp:21:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:1060,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperAnimation.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsState.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/CoordinatedGraphicsState.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/CoordinatedGraphics/CoordinatedGraphicsScene.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/CoordinatedGraphics/CoordinatedLayerTreeHostProxy.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/CoordinatedGraphics/CoordinatedLayerTreeHostProxy.cpp:24:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperAnimation.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsState.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/CoordinatedGraphicsState.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/CoordinatedGraphics/CoordinatedGraphicsScene.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/CoordinatedGraphics/CoordinatedLayerTreeHostProxy.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/CoordinatedGraphics/CoordinatedDrawingAreaProxy.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebview_p_p.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qwebpreferences.cpp:24:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:1060,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/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) {}
      |                                                                                ^~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qwebpreferences.cpp:131:5: note: here
  131 |     case DeveloperExtrasEnabled:
      |     ^~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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);
      |          ^~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/ItemSelectorContextObject.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:1060,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/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) {}
      |                                                                                ^~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/PageViewportControllerClientQt.cpp:28:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:1060,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/QtDialogRunner.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/QtDialogRunner.cpp:22:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:1060,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/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) {}
      |                                                                                ^~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/QtPageClient.cpp:35:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:1060,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/QtWebPagePolicyClient.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/QtWebPagePolicyClient.cpp:22:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:1060,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/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) {}
      |                                                                                ^~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebview_p_p.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/QtWebContext.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:1060,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperAnimation.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsState.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/CoordinatedGraphicsState.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/CoordinatedGraphics/CoordinatedGraphicsScene.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/QtWebPageSGNode.cpp:24:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/QtWebPageUIClient.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:1060,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/QtWebPageEventHandler.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:1060,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/WebColorPickerQt.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:1060,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/qt/WebPopupMenuProxyQt.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:1060,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/PluginProxy.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Netscape/qt/PluginProxyQt.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapePlugin.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Netscape/unix/NetscapePluginUnix.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapePlugin.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Netscape/x11/NetscapePluginX11.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperAnimation.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsState.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CompositingCoordinator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/CompositingCoordinator.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/CoordinatedDrawingArea.cpp:32:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/qt/WebDragClientQt.cpp:36:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebCoreSupport/qt/WebFrameNetworkingContext.cpp:25:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperAnimation.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsState.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CompositingCoordinator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/CompositingCoordinator.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/WebPageCoordinatedGraphics.cpp:30:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/gstreamer/WebPageGStreamer.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/RenderObject.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/WebPageCoordinatedGraphics.cpp:40:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:70,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/WebPageCoordinatedGraphics.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/qt/WebPageQt.cpp:28:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/config.h:70,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/unix/SharedMemoryUnix.cpp:28:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/unix/SharedMemoryUnix.cpp:102:157:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Platform/IPC/unix/ConnectionUnix.cpp:538:13: note: here
  538 |             case Attachment::SocketType:
      |             ^~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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));
      |                                                           ^~
In file included from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/PluginProcess/PluginControllerProxy.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/PluginControllerProxyMessageReceiver.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/PluginProcess/WebProcessConnection.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/WebProcessConnectionMessageReceiver.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/PluginProcessConnection.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/PluginProcessConnectionMessageReceiver.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/PluginProxy.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/PluginProxyMessageReceiver.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/Plugins/Plugin.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:47,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/WebPageMessageReceiver.cpp:27:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperAnimation.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsState.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/CoordinatedGraphicsState.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/Shared/CoordinatedGraphics/CoordinatedGraphicsScene.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/CoordinatedGraphics/CoordinatedLayerTreeHostProxy.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/CoordinatedLayerTreeHostProxyMessageReceiver.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/TextureMapperAnimation.h:23,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsState.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/texmap/coordinated/CompositingCoordinator.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/CompositingCoordinator.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/CoordinatedLayerTreeHost.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/CoordinatedLayerTreeHostMessageReceiver.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/WebPageMessageReceiver.cpp:35:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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>]’
/var/pisi/qt5-webkit-5.212.0-33/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)]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/WebKit2/WebPageMessageReceiver.cpp:816:75:   required from here
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/DragData.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/WebProcess/WebPage/WebPage.h:55:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebKitPrefix.h:5,
                 from :
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit/Storage/StorageSyncManager.cpp:63:36:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderImage.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/RenderImage.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/Api/qwebelement.cpp:46:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebKitPrefix.h:5,
                 from :
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/RenderEmbeddedObject.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ChromeClient.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/ChromeClientQt.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/ChromeClientQt.cpp:31:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebKitPrefix.h:5,
                 from :
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/ChromeClientQt.cpp:45:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/FloatPoint3D.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/RenderEmbeddedObject.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ChromeClient.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/DragClientQt.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebKitPrefix.h:5,
                 from :
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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)
      |                                                    ~~~~~~~~~~~~~~^~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/RenderEmbeddedObject.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ChromeClient.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/ChromeClientQt.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/InitWebCoreQt.cpp:34:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebKitPrefix.h:5,
                 from :
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/RenderEmbeddedObject.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ChromeClient.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/ChromeClientQt.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/PlatformStrategiesQt.cpp:34:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebKitPrefix.h:5,
                 from :
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/RenderEmbeddedObject.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ChromeClient.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/ChromeClientQt.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/PopupMenuQt.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebKitPrefix.h:5,
                 from :
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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);
      |                       ^~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/RenderEmbeddedObject.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ChromeClient.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/ChromeClientQt.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/QWebFrameAdapter.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebKitPrefix.h:5,
                 from :
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/TextureMapperLayerClientQt.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/QWebFrameAdapter.cpp:52:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/FloatPoint3D.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformationMatrix.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperation.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/transforms/TransformOperations.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/StyleTransformData.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:66:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/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-33/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&)
      |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/QWebFrameAdapter.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/RenderEmbeddedObject.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ChromeClient.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/ChromeClientQt.h:32,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/QWebPageAdapter.cpp:28:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebKitPrefix.h:5,
                 from :
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/GraphicsLayer.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/TextureMapperLayerClientQt.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebCoreSupport/TextureMapperLayerClientQt.cpp:23:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebKitPrefix.h:5,
                 from :
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit/win/Plugins/PluginStream.cpp:156:93:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit/win/Plugins/PluginStream.cpp:156:93:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringImpl.h:31,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:29,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/FileSystem.h:38,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/FileSystem.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit/win/Plugins/PluginPackage.h:30,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit/win/Plugins/PluginPackage.cpp: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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit/win/Plugins/PluginPackage.cpp:445:55:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit/win/Plugins/PluginPackage.cpp:440:7: note: ‘hashCodes’ declared here
  440 |     } hashCodes;
      |       ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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)
      |                                                                                                            ~~~~~~~~~~~~~^~~~~~~~
In file included from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/RenderBox.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit/win/Plugins/PluginView.cpp:61:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebKitPrefix.h:5,
                 from :
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit/win/Plugins/PluginView.cpp:1093:33:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit/win/Plugins/PluginView.cpp:1119:47:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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*]’
/var/pisi/qt5-webkit-5.212.0-33/work/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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-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]’
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit/win/Plugins/PluginView.cpp:1119:47:   required from here
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
  298 |         return WTFMove(resultImpl);
      |                ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:52,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderObject.h:35,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderElement.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderLayerModelObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBoxModelObject.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderBox.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderReplaced.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderWidget.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/RenderEmbeddedObject.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/RenderEmbeddedObject.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/page/ChromeClient.h:39,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/WebCore/ChromeClient.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/Plugins/PluginViewQt.cpp:33:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyleDefs.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/SVGRenderStyle.h:34:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/svg/SVGLength.h:62:5: note: because ‘WebCore::SVGLength’ has user-provided ‘WebCore::SVGLength::SVGLength(const WebCore::SVGLength&)’
   62 |     SVGLength(const SVGLength&);
      |     ^~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WebKitPrefix.h:5,
                 from :
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/ShapeValue.h:33,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/RenderStyle.h:54:
/var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeCenterCoordinate& WebCore::BasicShapeCenterCoordinate::operator=(const WebCore::BasicShapeCenterCoordinate&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:93:5: note: because ‘WebCore::BasicShapeCenterCoordinate’ has user-provided ‘WebCore::BasicShapeCenterCoordinate::BasicShapeCenterCoordinate(const WebCore::BasicShapeCenterCoordinate&)’
   93 |     BasicShapeCenterCoordinate(const BasicShapeCenterCoordinate& other)
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: implicitly-declared ‘WebCore::BasicShapeRadius& WebCore::BasicShapeRadius::operator=(const WebCore::BasicShapeRadius&)’ is deprecated [-Wdeprecated-copy]
  388 | #define WTFMove(value) std::move(value)
      |                                                                ^
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/rendering/style/BasicShapes.h:144:5: note: because ‘WebCore::BasicShapeRadius’ has user-provided ‘WebCore::BasicShapeRadius::BasicShapeRadius(const WebCore::BasicShapeRadius&)’
  144 |     BasicShapeRadius(const BasicShapeRadius& other)
      |     ^~~~~~~~~~~~~~~~
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/QtWebKit/private/qquickwebview_p.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/declarative/plugin.cpp:29:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:1060,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/config.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquicknetworkreply_p.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/QtWebKit/private/qquicknetworkreply_p.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/declarative/experimental/plugin.cpp:26:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:1060,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WTF/config.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/QtWebKit/private/qquickwebview_p.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/tests/qmltests/tst_qmltests.cpp:23:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/Api/qwebkitglobal.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/QtWebKit/qwebkitglobal.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/tests/qmltests/../bytearraytestdata.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/QtWebKit/private/qquickwebview_p.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/tests/qmltests/tst_qmltests.cpp:23:
/var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/Api/qwebkitglobal.h:24,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/build/DerivedSources/ForwardingHeaders/QtWebKit/qwebkitglobal.h:1,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/tests/qmltests/../bytearraytestdata.h:28,
                 from /var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/qt/QStyleFacade.h:26,
                 from /var/pisi/qt5-webkit-5.212.0-33/work/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/WidgetSupport/QStyleFacadeImp.h:27,
                 from /var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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:449,
                 from /usr/include/qt5/QtTest/QtTest:11,
                 from /var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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:449,
                 from /usr/include/qt5/QtTest/QtTest:11,
                 from /var/pisi/qt5-webkit-5.212.0-33/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-33/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebframe/tst_qwebframe.cpp:620:22: 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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebframe/tst_qwebframe.cpp:650:22: 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-33/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebframe/tst_qwebframe.cpp: In constructor ‘DummyPaintEngine::DummyPaintEngine()’:
/var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/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:449,
                 from /var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebview/tst_qwebview.cpp:251:22: 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-33/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebview/tst_qwebview.cpp:257:22: 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-33/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebview/tst_qwebview.cpp:263:22: 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-33/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebview/tst_qwebview.cpp:269:22: 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-33/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebview/tst_qwebview.cpp:275:22: 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-33/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebview/tst_qwebview.cpp:281:22: 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-33/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebview/tst_qwebview.cpp:287:22: 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-33/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebview/tst_qwebview.cpp:293:22: 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-33/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebview/tst_qwebview.cpp:299:22: 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-33/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebview/tst_qwebview.cpp:305:22: 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-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebview/tst_qwebview.cpp:327:22: 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-33/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebview/tst_qwebview.cpp:331:22: 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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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-33/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:449,
                 from /usr/include/qt5/QtTest/QtTest:11,
                 from /var/pisi/qt5-webkit-5.212.0-33/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-33/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-33/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebpage/tst_qwebpage.cpp:1660:22: 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-33/work/qtwebkit-5.212.0-alpha4/tests/webkitwidgets/qwebpage/../util.h:25,
                 from /var/pisi/qt5-webkit-5.212.0-33/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) {}
      |                                                                                ^~~~~~