Skip to content
Success

Console Output

Skipping 20,331 KB.. Full Log
100 | String toString() const { return m_buffer; }
| ^~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33: required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<const char*, String>, const char*>, String>, const char*>, String>, const char*>; StringType2 = String]’
277 | return adapter1.toString();
| ~~~~~~~~~~~~~~~~~^~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38: required from ‘WTF::StringAppend<StringType1, StringType2>::operator WTF::String() const [with StringType1 = WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<const char*, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
38 | String result = tryMakeString(m_string1, m_string2);
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38: required from ‘WTF::String WTF::StringTypeAdapter<WTF::StringAppend<StringType1, StringType2> >::toString() const [with StringType1 = WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<const char*, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
100 | String toString() const { return m_buffer; }
| ^~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33: required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<const char*, String>, const char*>, String>, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = const char*]’
277 | return adapter1.toString();
| ~~~~~~~~~~~~~~~~~^~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38: required from ‘WTF::StringAppend<StringType1, StringType2>::operator WTF::String() const [with StringType1 = WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<const char*, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
38 | String result = tryMakeString(m_string1, m_string2);
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38: required from ‘WTF::String WTF::StringTypeAdapter<WTF::StringAppend<StringType1, StringType2> >::toString() const [with StringType1 = WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<const char*, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
100 | String toString() const { return m_buffer; }
| ^~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33: required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<const char*, String>, const char*>, String>, const char*>, String>, const char*>, String>, const char*>, String>, const char*>; StringType2 = const char*]’
277 | return adapter1.toString();
| ~~~~~~~~~~~~~~~~~^~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38: required from ‘WTF::StringAppend<StringType1, StringType2>::operator WTF::String() const [with StringType1 = WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<const char*, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = const char*]’
38 | String result = tryMakeString(m_string1, m_string2);
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/Internals.cpp:1285:320: required from here
1285 | return "viewport size " + String::number(attributes.layoutSize.width()) + "x" + String::number(attributes.layoutSize.height()) + " scale " + String::number(attributes.initialScale) + " with limits [" + String::number(attributes.minimumScale) + ", " + String::number(attributes.maximumScale) + "] and userScalable " + (attributes.userScalable ? "true" : "false");
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
388 | #define WTFMove(value) std::move<WTF::CheckMoveParameter>(value)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
298 | return WTFMove(resultImpl);
| ^~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
388 | #define WTFMove(value) std::move<WTF::CheckMoveParameter>(value)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
298 | return WTFMove(resultImpl);
| ^~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
388 | #define WTFMove(value) std::move<WTF::CheckMoveParameter>(value)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
311 | return WTFMove(resultImpl);
| ^~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
388 | #define WTFMove(value) std::move<WTF::CheckMoveParameter>(value)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
311 | return WTFMove(resultImpl);
| ^~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend<StringAppend<StringAppend<StringAppend<const char*, String>, const char*>, String>, const char*>; StringType2 = String]’:
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38: required from ‘WTF::StringAppend<StringType1, StringType2>::operator WTF::String() const [with StringType1 = WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<const char*, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
38 | String result = tryMakeString(m_string1, m_string2);
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38: required from ‘WTF::String WTF::StringTypeAdapter<WTF::StringAppend<StringType1, StringType2> >::toString() const [with StringType1 = WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<const char*, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
100 | String toString() const { return m_buffer; }
| ^~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33: required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<const char*, String>, const char*>, String>, const char*>, String>; StringType2 = const char*]’
277 | return adapter1.toString();
| ~~~~~~~~~~~~~~~~~^~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38: required from ‘WTF::StringAppend<StringType1, StringType2>::operator WTF::String() const [with StringType1 = WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<const char*, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
38 | String result = tryMakeString(m_string1, m_string2);
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38: required from ‘WTF::String WTF::StringTypeAdapter<WTF::StringAppend<StringType1, StringType2> >::toString() const [with StringType1 = WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<const char*, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
100 | String toString() const { return m_buffer; }
| ^~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33: required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<const char*, String>, const char*>, String>, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = const char*]’
277 | return adapter1.toString();
| ~~~~~~~~~~~~~~~~~^~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38: required from ‘WTF::StringAppend<StringType1, StringType2>::operator WTF::String() const [with StringType1 = WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<const char*, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
38 | String result = tryMakeString(m_string1, m_string2);
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38: required from ‘WTF::String WTF::StringTypeAdapter<WTF::StringAppend<StringType1, StringType2> >::toString() const [with StringType1 = WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<const char*, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
100 | String toString() const { return m_buffer; }
| ^~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33: required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<const char*, String>, const char*>, String>, const char*>, String>, const char*>, String>, const char*>, String>, const char*>; StringType2 = const char*]’
277 | return adapter1.toString();
| ~~~~~~~~~~~~~~~~~^~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38: required from ‘WTF::StringAppend<StringType1, StringType2>::operator WTF::String() const [with StringType1 = WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<const char*, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = const char*]’
38 | String result = tryMakeString(m_string1, m_string2);
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/Internals.cpp:1285:320: required from here
1285 | return "viewport size " + String::number(attributes.layoutSize.width()) + "x" + String::number(attributes.layoutSize.height()) + " scale " + String::number(attributes.initialScale) + " with limits [" + String::number(attributes.minimumScale) + ", " + String::number(attributes.maximumScale) + "] and userScalable " + (attributes.userScalable ? "true" : "false");
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
388 | #define WTFMove(value) std::move<WTF::CheckMoveParameter>(value)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
298 | return WTFMove(resultImpl);
| ^~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
388 | #define WTFMove(value) std::move<WTF::CheckMoveParameter>(value)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
298 | return WTFMove(resultImpl);
| ^~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
388 | #define WTFMove(value) std::move<WTF::CheckMoveParameter>(value)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
311 | return WTFMove(resultImpl);
| ^~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
388 | #define WTFMove(value) std::move<WTF::CheckMoveParameter>(value)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
311 | return WTFMove(resultImpl);
| ^~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend<StringAppend<StringAppend<const char*, String>, const char*>, String>; StringType2 = const char*]’:
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38: required from ‘WTF::StringAppend<StringType1, StringType2>::operator WTF::String() const [with StringType1 = WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<const char*, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
38 | String result = tryMakeString(m_string1, m_string2);
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38: required from ‘WTF::String WTF::StringTypeAdapter<WTF::StringAppend<StringType1, StringType2> >::toString() const [with StringType1 = WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<const char*, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
100 | String toString() const { return m_buffer; }
| ^~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33: required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend<StringAppend<StringAppend<StringAppend<const char*, String>, const char*>, String>, const char*>; StringType2 = String]’
277 | return adapter1.toString();
| ~~~~~~~~~~~~~~~~~^~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38: required from ‘WTF::StringAppend<StringType1, StringType2>::operator WTF::String() const [with StringType1 = WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<const char*, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
38 | String result = tryMakeString(m_string1, m_string2);
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38: required from ‘WTF::String WTF::StringTypeAdapter<WTF::StringAppend<StringType1, StringType2> >::toString() const [with StringType1 = WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<const char*, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = WTF::String]’
100 | String toString() const { return m_buffer; }
| ^~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33: required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<const char*, String>, const char*>, String>, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = const char*]’
277 | return adapter1.toString();
| ~~~~~~~~~~~~~~~~~^~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38: required from ‘WTF::StringAppend<StringType1, StringType2>::operator WTF::String() const [with StringType1 = WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<const char*, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
38 | String result = tryMakeString(m_string1, m_string2);
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38: required from ‘WTF::String WTF::StringTypeAdapter<WTF::StringAppend<StringType1, StringType2> >::toString() const [with StringType1 = WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<const char*, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
100 | String toString() const { return m_buffer; }
| ^~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33: required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<const char*, String>, const char*>, String>, const char*>, String>, const char*>, String>, const char*>, String>, const char*>; StringType2 = const char*]’
277 | return adapter1.toString();
| ~~~~~~~~~~~~~~~~~^~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38: required from ‘WTF::StringAppend<StringType1, StringType2>::operator WTF::String() const [with StringType1 = WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<const char*, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = const char*]’
38 | String result = tryMakeString(m_string1, m_string2);
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/Internals.cpp:1285:320: required from here
1285 | return "viewport size " + String::number(attributes.layoutSize.width()) + "x" + String::number(attributes.layoutSize.height()) + " scale " + String::number(attributes.initialScale) + " with limits [" + String::number(attributes.minimumScale) + ", " + String::number(attributes.maximumScale) + "] and userScalable " + (attributes.userScalable ? "true" : "false");
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
388 | #define WTFMove(value) std::move<WTF::CheckMoveParameter>(value)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
298 | return WTFMove(resultImpl);
| ^~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
388 | #define WTFMove(value) std::move<WTF::CheckMoveParameter>(value)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
298 | return WTFMove(resultImpl);
| ^~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
388 | #define WTFMove(value) std::move<WTF::CheckMoveParameter>(value)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
311 | return WTFMove(resultImpl);
| ^~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
388 | #define WTFMove(value) std::move<WTF::CheckMoveParameter>(value)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
311 | return WTFMove(resultImpl);
| ^~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend<StringAppend<const char*, String>, const char*>; StringType2 = String]’:
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38: required from ‘WTF::StringAppend<StringType1, StringType2>::operator WTF::String() const [with StringType1 = WTF::StringAppend<WTF::StringAppend<const char*, WTF::String>, const char*>; StringType2 = WTF::String]’
38 | String result = tryMakeString(m_string1, m_string2);
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38: required from ‘WTF::String WTF::StringTypeAdapter<WTF::StringAppend<StringType1, StringType2> >::toString() const [with StringType1 = WTF::StringAppend<WTF::StringAppend<const char*, WTF::String>, const char*>; StringType2 = WTF::String]’
100 | String toString() const { return m_buffer; }
| ^~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33: required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend<StringAppend<StringAppend<const char*, String>, const char*>, String>; StringType2 = const char*]’
277 | return adapter1.toString();
| ~~~~~~~~~~~~~~~~~^~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38: required from ‘WTF::StringAppend<StringType1, StringType2>::operator WTF::String() const [with StringType1 = WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<const char*, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
38 | String result = tryMakeString(m_string1, m_string2);
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38: required from ‘WTF::String WTF::StringTypeAdapter<WTF::StringAppend<StringType1, StringType2> >::toString() const [with StringType1 = WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<const char*, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
100 | String toString() const { return m_buffer; }
| ^~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33: required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<const char*, String>, const char*>, String>, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = const char*]’
277 | return adapter1.toString();
| ~~~~~~~~~~~~~~~~~^~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38: required from ‘WTF::StringAppend<StringType1, StringType2>::operator WTF::String() const [with StringType1 = WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<const char*, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
38 | String result = tryMakeString(m_string1, m_string2);
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38: required from ‘WTF::String WTF::StringTypeAdapter<WTF::StringAppend<StringType1, StringType2> >::toString() const [with StringType1 = WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<const char*, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
100 | String toString() const { return m_buffer; }
| ^~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33: required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<const char*, String>, const char*>, String>, const char*>, String>, const char*>, String>, const char*>, String>, const char*>; StringType2 = const char*]’
277 | return adapter1.toString();
| ~~~~~~~~~~~~~~~~~^~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38: required from ‘WTF::StringAppend<StringType1, StringType2>::operator WTF::String() const [with StringType1 = WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<const char*, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = const char*]’
38 | String result = tryMakeString(m_string1, m_string2);
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/Internals.cpp:1285:320: required from here
1285 | return "viewport size " + String::number(attributes.layoutSize.width()) + "x" + String::number(attributes.layoutSize.height()) + " scale " + String::number(attributes.initialScale) + " with limits [" + String::number(attributes.minimumScale) + ", " + String::number(attributes.maximumScale) + "] and userScalable " + (attributes.userScalable ? "true" : "false");
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
388 | #define WTFMove(value) std::move<WTF::CheckMoveParameter>(value)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
298 | return WTFMove(resultImpl);
| ^~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
388 | #define WTFMove(value) std::move<WTF::CheckMoveParameter>(value)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
298 | return WTFMove(resultImpl);
| ^~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
388 | #define WTFMove(value) std::move<WTF::CheckMoveParameter>(value)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
311 | return WTFMove(resultImpl);
| ^~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
388 | #define WTFMove(value) std::move<WTF::CheckMoveParameter>(value)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
311 | return WTFMove(resultImpl);
| ^~~~~~~
/build/qt5-webkit/src/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*]’:
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38: required from ‘WTF::StringAppend<StringType1, StringType2>::operator WTF::String() const [with StringType1 = WTF::StringAppend<const char*, WTF::String>; StringType2 = const char*]’
38 | String result = tryMakeString(m_string1, m_string2);
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38: required from ‘WTF::String WTF::StringTypeAdapter<WTF::StringAppend<StringType1, StringType2> >::toString() const [with StringType1 = WTF::StringAppend<const char*, WTF::String>; StringType2 = const char*]’
100 | String toString() const { return m_buffer; }
| ^~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33: required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend<StringAppend<const char*, String>, const char*>; StringType2 = String]’
277 | return adapter1.toString();
| ~~~~~~~~~~~~~~~~~^~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38: required from ‘WTF::StringAppend<StringType1, StringType2>::operator WTF::String() const [with StringType1 = WTF::StringAppend<WTF::StringAppend<const char*, WTF::String>, const char*>; StringType2 = WTF::String]’
38 | String result = tryMakeString(m_string1, m_string2);
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38: required from ‘WTF::String WTF::StringTypeAdapter<WTF::StringAppend<StringType1, StringType2> >::toString() const [with StringType1 = WTF::StringAppend<WTF::StringAppend<const char*, WTF::String>, const char*>; StringType2 = WTF::String]’
100 | String toString() const { return m_buffer; }
| ^~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33: required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<const char*, String>, const char*>, String>, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = const char*]’
277 | return adapter1.toString();
| ~~~~~~~~~~~~~~~~~^~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38: required from ‘WTF::StringAppend<StringType1, StringType2>::operator WTF::String() const [with StringType1 = WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<const char*, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
38 | String result = tryMakeString(m_string1, m_string2);
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38: required from ‘WTF::String WTF::StringTypeAdapter<WTF::StringAppend<StringType1, StringType2> >::toString() const [with StringType1 = WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<const char*, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
100 | String toString() const { return m_buffer; }
| ^~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33: required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<const char*, String>, const char*>, String>, const char*>, String>, const char*>, String>, const char*>, String>, const char*>; StringType2 = const char*]’
277 | return adapter1.toString();
| ~~~~~~~~~~~~~~~~~^~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38: required from ‘WTF::StringAppend<StringType1, StringType2>::operator WTF::String() const [with StringType1 = WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<const char*, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = const char*]’
38 | String result = tryMakeString(m_string1, m_string2);
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/Internals.cpp:1285:320: required from here
1285 | return "viewport size " + String::number(attributes.layoutSize.width()) + "x" + String::number(attributes.layoutSize.height()) + " scale " + String::number(attributes.initialScale) + " with limits [" + String::number(attributes.minimumScale) + ", " + String::number(attributes.maximumScale) + "] and userScalable " + (attributes.userScalable ? "true" : "false");
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
388 | #define WTFMove(value) std::move<WTF::CheckMoveParameter>(value)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
298 | return WTFMove(resultImpl);
| ^~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
388 | #define WTFMove(value) std::move<WTF::CheckMoveParameter>(value)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
298 | return WTFMove(resultImpl);
| ^~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
388 | #define WTFMove(value) std::move<WTF::CheckMoveParameter>(value)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
311 | return WTFMove(resultImpl);
| ^~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
388 | #define WTFMove(value) std::move<WTF::CheckMoveParameter>(value)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
311 | return WTFMove(resultImpl);
| ^~~~~~~
/build/qt5-webkit/src/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]’:
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38: required from ‘WTF::StringAppend<StringType1, StringType2>::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
38 | String result = tryMakeString(m_string1, m_string2);
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38: required from ‘WTF::String WTF::StringTypeAdapter<WTF::StringAppend<StringType1, StringType2> >::toString() const [with StringType1 = const char*; StringType2 = WTF::String]’
100 | String toString() const { return m_buffer; }
| ^~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33: required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend<const char*, String>; StringType2 = const char*]’
277 | return adapter1.toString();
| ~~~~~~~~~~~~~~~~~^~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38: required from ‘WTF::StringAppend<StringType1, StringType2>::operator WTF::String() const [with StringType1 = WTF::StringAppend<const char*, WTF::String>; StringType2 = const char*]’
38 | String result = tryMakeString(m_string1, m_string2);
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38: required from ‘WTF::String WTF::StringTypeAdapter<WTF::StringAppend<StringType1, StringType2> >::toString() const [with StringType1 = WTF::StringAppend<const char*, WTF::String>; StringType2 = const char*]’
100 | String toString() const { return m_buffer; }
| ^~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33: required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<const char*, String>, const char*>, String>, const char*>, String>, const char*>, String>, const char*>, String>; StringType2 = const char*]’
277 | return adapter1.toString();
| ~~~~~~~~~~~~~~~~~^~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38: required from ‘WTF::StringAppend<StringType1, StringType2>::operator WTF::String() const [with StringType1 = WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<const char*, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
38 | String result = tryMakeString(m_string1, m_string2);
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38: required from ‘WTF::String WTF::StringTypeAdapter<WTF::StringAppend<StringType1, StringType2> >::toString() const [with StringType1 = WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<const char*, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>; StringType2 = const char*]’
100 | String toString() const { return m_buffer; }
| ^~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33: required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<StringAppend<const char*, String>, const char*>, String>, const char*>, String>, const char*>, String>, const char*>, String>, const char*>; StringType2 = const char*]’
277 | return adapter1.toString();
| ~~~~~~~~~~~~~~~~~^~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38: required from ‘WTF::StringAppend<StringType1, StringType2>::operator WTF::String() const [with StringType1 = WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<WTF::StringAppend<const char*, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>, WTF::String>, const char*>; StringType2 = const char*]’
38 | String result = tryMakeString(m_string1, m_string2);
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/Internals.cpp:1285:320: required from here
1285 | return "viewport size " + String::number(attributes.layoutSize.width()) + "x" + String::number(attributes.layoutSize.height()) + " scale " + String::number(attributes.initialScale) + " with limits [" + String::number(attributes.minimumScale) + ", " + String::number(attributes.maximumScale) + "] and userScalable " + (attributes.userScalable ? "true" : "false");
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
388 | #define WTFMove(value) std::move<WTF::CheckMoveParameter>(value)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
298 | return WTFMove(resultImpl);
| ^~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
388 | #define WTFMove(value) std::move<WTF::CheckMoveParameter>(value)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
298 | return WTFMove(resultImpl);
| ^~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
388 | #define WTFMove(value) std::move<WTF::CheckMoveParameter>(value)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
311 | return WTFMove(resultImpl);
| ^~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
388 | #define WTFMove(value) std::move<WTF::CheckMoveParameter>(value)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
311 | return WTFMove(resultImpl);
| ^~~~~~~
[100%] Building CXX object Source/WebCore/CMakeFiles/WebCoreTestSupport.dir/testing/MockPageOverlay.cpp.o
In file included from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageOverlay.h:35,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/MockPageOverlay.h:29,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/MockPageOverlay.cpp:27:
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
503 | StringTypeAdapter<StringView>(StringView string)
| ^~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
53 | StringTypeAdapter<char>(char character)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
80 | StringTypeAdapter<UChar>(UChar character)
| ^~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
227 | StringTypeAdapter<String>(const String& string)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
88 | StringTypeAdapter<StringAppend<StringType1, StringType2>>(StringAppend<StringType1, StringType2>& buffer)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Timer.h:31,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageOverlay.h:32:
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
26 | ClassName(const ClassName&) = delete; \
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
47 | WTF_MAKE_NONCOPYABLE(WeakReference<T>);
| ^~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
26 | ClassName(const ClassName&) = delete; \
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
47 | WTF_MAKE_NONCOPYABLE(WeakReference<T>);
| ^~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
26 | ClassName(const ClassName&) = delete; \
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
117 | WTF_MAKE_NONCOPYABLE(WeakPtrFactory<T>);
| ^~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
26 | ClassName(const ClassName&) = delete; \
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
117 | WTF_MAKE_NONCOPYABLE(WeakPtrFactory<T>);
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/MockPageOverlay.cpp:31:
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
318 | virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
| ^
In file included from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
53 | FloatPoint3D(const FloatPoint3D& p)
| ^~~~~~~~~~~~
[100%] Building CXX object Source/WebCore/CMakeFiles/WebCoreTestSupport.dir/testing/MockPageOverlayClient.cpp.o
In file included from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageOverlay.h:35,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/MockPageOverlay.h:29,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/MockPageOverlayClient.h:29,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/MockPageOverlayClient.cpp:27:
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
503 | StringTypeAdapter<StringView>(StringView string)
| ^~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
53 | StringTypeAdapter<char>(char character)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
80 | StringTypeAdapter<UChar>(UChar character)
| ^~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
227 | StringTypeAdapter<String>(const String& string)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
88 | StringTypeAdapter<StringAppend<StringType1, StringType2>>(StringAppend<StringType1, StringType2>& buffer)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/Timer.h:31,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageOverlay.h:32:
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
26 | ClassName(const ClassName&) = delete; \
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
47 | WTF_MAKE_NONCOPYABLE(WeakReference<T>);
| ^~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
26 | ClassName(const ClassName&) = delete; \
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
47 | WTF_MAKE_NONCOPYABLE(WeakReference<T>);
| ^~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
26 | ClassName(const ClassName&) = delete; \
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
117 | WTF_MAKE_NONCOPYABLE(WeakPtrFactory<T>);
| ^~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
26 | ClassName(const ClassName&) = delete; \
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
117 | WTF_MAKE_NONCOPYABLE(WeakPtrFactory<T>);
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/MockPageOverlayClient.cpp:31:
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h: In member function ‘virtual void WebCore::GraphicsLayer::setAnchorPoint(const WebCore::FloatPoint3D&)’:
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:318:74: warning: implicitly-declared ‘WebCore::FloatPoint3D& WebCore::FloatPoint3D::operator=(const WebCore::FloatPoint3D&)’ is deprecated [-Wdeprecated-copy]
318 | virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
| ^
In file included from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/GraphicsLayer.h:33:
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/graphics/FloatPoint3D.h:53:5: note: because ‘WebCore::FloatPoint3D’ has user-provided ‘WebCore::FloatPoint3D::FloatPoint3D(const WebCore::FloatPoint3D&)’
53 | FloatPoint3D(const FloatPoint3D& p)
| ^~~~~~~~~~~~
In file included from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/MockPageOverlayClient.cpp:26:
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h: In instantiation of ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend<StringAppend<const char*, String>, const char*>; StringType2 = String]’:
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38: required from ‘WTF::StringAppend<StringType1, StringType2>::operator WTF::String() const [with StringType1 = WTF::StringAppend<WTF::StringAppend<const char*, WTF::String>, const char*>; StringType2 = WTF::String]’
38 | String result = tryMakeString(m_string1, m_string2);
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/MockPageOverlayClient.cpp:73:176: required from here
73 | return "View-relative:\n" + mainFrame.pageOverlayController().viewOverlayRootLayer().layerTreeAsText(LayerTreeAsTextIncludePageOverlayLayers) + "\n\nDocument-relative:\n" + mainFrame.pageOverlayController().documentOverlayRootLayer().layerTreeAsText(LayerTreeAsTextIncludePageOverlayLayers);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
388 | #define WTFMove(value) std::move<WTF::CheckMoveParameter>(value)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
298 | return WTFMove(resultImpl);
| ^~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
388 | #define WTFMove(value) std::move<WTF::CheckMoveParameter>(value)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
298 | return WTFMove(resultImpl);
| ^~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
388 | #define WTFMove(value) std::move<WTF::CheckMoveParameter>(value)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
311 | return WTFMove(resultImpl);
| ^~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
388 | #define WTFMove(value) std::move<WTF::CheckMoveParameter>(value)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
311 | return WTFMove(resultImpl);
| ^~~~~~~
/build/qt5-webkit/src/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*]’:
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38: required from ‘WTF::StringAppend<StringType1, StringType2>::operator WTF::String() const [with StringType1 = WTF::StringAppend<const char*, WTF::String>; StringType2 = const char*]’
38 | String result = tryMakeString(m_string1, m_string2);
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38: required from ‘WTF::String WTF::StringTypeAdapter<WTF::StringAppend<StringType1, StringType2> >::toString() const [with StringType1 = WTF::StringAppend<const char*, WTF::String>; StringType2 = const char*]’
100 | String toString() const { return m_buffer; }
| ^~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33: required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend<StringAppend<const char*, String>, const char*>; StringType2 = String]’
277 | return adapter1.toString();
| ~~~~~~~~~~~~~~~~~^~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38: required from ‘WTF::StringAppend<StringType1, StringType2>::operator WTF::String() const [with StringType1 = WTF::StringAppend<WTF::StringAppend<const char*, WTF::String>, const char*>; StringType2 = WTF::String]’
38 | String result = tryMakeString(m_string1, m_string2);
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/MockPageOverlayClient.cpp:73:176: required from here
73 | return "View-relative:\n" + mainFrame.pageOverlayController().viewOverlayRootLayer().layerTreeAsText(LayerTreeAsTextIncludePageOverlayLayers) + "\n\nDocument-relative:\n" + mainFrame.pageOverlayController().documentOverlayRootLayer().layerTreeAsText(LayerTreeAsTextIncludePageOverlayLayers);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
388 | #define WTFMove(value) std::move<WTF::CheckMoveParameter>(value)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
298 | return WTFMove(resultImpl);
| ^~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
388 | #define WTFMove(value) std::move<WTF::CheckMoveParameter>(value)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
298 | return WTFMove(resultImpl);
| ^~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
388 | #define WTFMove(value) std::move<WTF::CheckMoveParameter>(value)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
311 | return WTFMove(resultImpl);
| ^~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
388 | #define WTFMove(value) std::move<WTF::CheckMoveParameter>(value)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
311 | return WTFMove(resultImpl);
| ^~~~~~~
/build/qt5-webkit/src/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]’:
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38: required from ‘WTF::StringAppend<StringType1, StringType2>::operator WTF::String() const [with StringType1 = const char*; StringType2 = WTF::String]’
38 | String result = tryMakeString(m_string1, m_string2);
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38: required from ‘WTF::String WTF::StringTypeAdapter<WTF::StringAppend<StringType1, StringType2> >::toString() const [with StringType1 = const char*; StringType2 = WTF::String]’
100 | String toString() const { return m_buffer; }
| ^~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33: required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend<const char*, String>; StringType2 = const char*]’
277 | return adapter1.toString();
| ~~~~~~~~~~~~~~~~~^~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38: required from ‘WTF::StringAppend<StringType1, StringType2>::operator WTF::String() const [with StringType1 = WTF::StringAppend<const char*, WTF::String>; StringType2 = const char*]’
38 | String result = tryMakeString(m_string1, m_string2);
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:100:38: required from ‘WTF::String WTF::StringTypeAdapter<WTF::StringAppend<StringType1, StringType2> >::toString() const [with StringType1 = WTF::StringAppend<const char*, WTF::String>; StringType2 = const char*]’
100 | String toString() const { return m_buffer; }
| ^~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:277:33: required from ‘WTF::String WTF::tryMakeString(StringType1, StringType2) [with StringType1 = StringAppend<StringAppend<const char*, String>, const char*>; StringType2 = String]’
277 | return adapter1.toString();
| ~~~~~~~~~~~~~~~~~^~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:38:38: required from ‘WTF::StringAppend<StringType1, StringType2>::operator WTF::String() const [with StringType1 = WTF::StringAppend<WTF::StringAppend<const char*, WTF::String>, const char*>; StringType2 = WTF::String]’
38 | String result = tryMakeString(m_string1, m_string2);
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/MockPageOverlayClient.cpp:73:176: required from here
73 | return "View-relative:\n" + mainFrame.pageOverlayController().viewOverlayRootLayer().layerTreeAsText(LayerTreeAsTextIncludePageOverlayLayers) + "\n\nDocument-relative:\n" + mainFrame.pageOverlayController().documentOverlayRootLayer().layerTreeAsText(LayerTreeAsTextIncludePageOverlayLayers);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
388 | #define WTFMove(value) std::move<WTF::CheckMoveParameter>(value)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
298 | return WTFMove(resultImpl);
| ^~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
388 | #define WTFMove(value) std::move<WTF::CheckMoveParameter>(value)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:298:16: note: in expansion of macro ‘WTFMove’
298 | return WTFMove(resultImpl);
| ^~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
388 | #define WTFMove(value) std::move<WTF::CheckMoveParameter>(value)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
311 | return WTFMove(resultImpl);
| ^~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove ‘std::move’ call
388 | #define WTFMove(value) std::move<WTF::CheckMoveParameter>(value)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro ‘WTFMove’
311 | return WTFMove(resultImpl);
| ^~~~~~~
[100%] Building CXX object Source/WebCore/CMakeFiles/WebCoreTestSupport.dir/testing/js/WebCoreTestSupport.cpp.o
In file included from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/page/PageVisibilityState.h:34,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Page.h:30,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FrameLoader.h:41,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/page/Frame.h:32,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/js/WebCoreTestSupport.cpp:29:
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
503 | StringTypeAdapter<StringView>(StringView string)
| ^~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
53 | StringTypeAdapter<char>(char character)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
80 | StringTypeAdapter<UChar>(UChar character)
| ^~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
227 | StringTypeAdapter<String>(const String& string)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
88 | StringTypeAdapter<StringAppend<StringType1, StringType2>>(StringAppend<StringType1, StringType2>& buffer)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FrameLoaderStateMachine.h:33,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/loader/FrameLoader.h:36:
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
26 | ClassName(const ClassName&) = delete; \
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
47 | WTF_MAKE_NONCOPYABLE(WeakReference<T>);
| ^~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
26 | ClassName(const ClassName&) = delete; \
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
47 | WTF_MAKE_NONCOPYABLE(WeakReference<T>);
| ^~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
26 | ClassName(const ClassName&) = delete; \
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
117 | WTF_MAKE_NONCOPYABLE(WeakPtrFactory<T>);
| ^~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
26 | ClassName(const ClassName&) = delete; \
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
117 | WTF_MAKE_NONCOPYABLE(WeakPtrFactory<T>);
| ^~~~~~~~~~~~~~~~~~~~
[100%] Building CXX object Source/WebCore/CMakeFiles/WebCoreTestSupport.dir/__/__/DerivedSources/WebCore/JSInternalSettings.cpp.o
/build/qt5-webkit/src/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 /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicStringHash.h:32,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/InternalSettings.h:31,
from /build/qt5-webkit/src/build/DerivedSources/WebCore/JSInternalSettings.h:24,
from /build/qt5-webkit/src/build/DerivedSources/WebCore/JSInternalSettings.cpp:22:
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
503 | StringTypeAdapter<StringView>(StringView string)
| ^~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
53 | StringTypeAdapter<char>(char character)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
80 | StringTypeAdapter<UChar>(UChar character)
| ^~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
227 | StringTypeAdapter<String>(const String& string)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
88 | StringTypeAdapter<StringAppend<StringType1, StringType2>>(StringAppend<StringType1, StringType2>& buffer)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
[100%] Building CXX object Source/WebCore/CMakeFiles/WebCoreTestSupport.dir/__/__/DerivedSources/WebCore/JSInternals.cpp.o
In file included from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSComputedStyleDeclaration.h:27,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/testing/Internals.h:30,
from /build/qt5-webkit/src/build/DerivedSources/WebCore/JSInternals.h:24,
from /build/qt5-webkit/src/build/DerivedSources/WebCore/JSInternals.cpp:22:
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
503 | StringTypeAdapter<StringView>(StringView string)
| ^~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
53 | StringTypeAdapter<char>(char character)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
80 | StringTypeAdapter<UChar>(UChar character)
| ^~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
227 | StringTypeAdapter<String>(const String& string)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
88 | StringTypeAdapter<StringAppend<StringType1, StringType2>>(StringAppend<StringType1, StringType2>& buffer)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Ref.h:31,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/PassRefPtr.h:25,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/RefPtr.h:30,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/HashFunctions.h:26,
from /build/qt5-webkit/src/build/DerivedSources/WebCore/CSSPropertyNames.h:7,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSStyleDeclaration.h:24,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/css/CSSComputedStyleDeclaration.h:24:
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
26 | ClassName(const ClassName&) = delete; \
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
47 | WTF_MAKE_NONCOPYABLE(WeakReference<T>);
| ^~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
26 | ClassName(const ClassName&) = delete; \
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
47 | WTF_MAKE_NONCOPYABLE(WeakReference<T>);
| ^~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
26 | ClassName(const ClassName&) = delete; \
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
117 | WTF_MAKE_NONCOPYABLE(WeakPtrFactory<T>);
| ^~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
26 | ClassName(const ClassName&) = delete; \
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
117 | WTF_MAKE_NONCOPYABLE(WeakPtrFactory<T>);
| ^~~~~~~~~~~~~~~~~~~~
In file included from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:32,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioBus.h:32,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/Modules/webaudio/AudioContext.h:30,
from /build/qt5-webkit/src/build/DerivedSources/WebCore/JSAudioContext.h:26,
from /build/qt5-webkit/src/build/DerivedSources/WebCore/JSInternals.cpp:96:
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h: In instantiation of ‘void WebCore::AudioArray<T>::allocate(WTF::Checked<long unsigned int>) [with T = float]’:
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9: required from ‘WebCore::AudioArray<T>::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
45 | allocate(n);
| ^~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26: required from ‘typename std::_Unique_if<T>::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray<float>; Args = {long unsigned int&}; typename _Unique_if<T>::_Single_object = unique_ptr<WebCore::AudioArray<float> >]’
311 | return unique_ptr<T>(new T(std::forward<Args>(args)...));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56: required from here
58 | m_memBuffer = std::make_unique<AudioFloatArray>(length);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: warning: implicitly-declared ‘constexpr WTF::Checked<long unsigned int>::Checked(const WTF::Checked<long unsigned int>&)’ is deprecated [-Wdeprecated-copy]
57 | Checked<unsigned> initialSize = sizeof(T) * n;
| ~~~~~~~~~~^~~
In file included from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:33,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/FastMalloc.h:26,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/config.h:75,
from /build/qt5-webkit/src/build/DerivedSources/WebCore/JSInternals.cpp:21:
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked<long unsigned int>’ has user-provided ‘const WTF::Checked<T, OverflowHandler>& WTF::Checked<T, OverflowHandler>::operator=(WTF::Checked<T, OverflowHandler>) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
496 | const Checked& operator=(Checked rhs)
| ^~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:774:180: note: initializing argument 2 of ‘WTF::Checked<typename WTF::Result<U, V>::ResultType, OverflowHandler> WTF::operator*(U, Checked<V, OverflowHandler>) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result<U, V>::ResultType = long unsigned int]’
774 | template <typename U, typename V, typename OverflowHandler> static inline Checked<typename Result<U, V>::ResultType, OverflowHandler> operator*(U lhs, Checked<V, OverflowHandler> rhs)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: warning: implicitly-declared ‘constexpr WTF::Checked<unsigned int>::Checked(const WTF::Checked<unsigned int>&)’ is deprecated [-Wdeprecated-copy]
70 | T* allocation = static_cast<T*>(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked<unsigned int>’ has user-provided ‘const WTF::Checked<T, OverflowHandler>& WTF::Checked<T, OverflowHandler>::operator=(WTF::Checked<T, OverflowHandler>) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
496 | const Checked& operator=(Checked rhs)
| ^~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:749:173: note: initializing argument 1 of ‘WTF::Checked<typename WTF::Result<U, V>::ResultType, OverflowHandler> WTF::operator+(Checked<U, OverflowHandler>, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result<U, V>::ResultType = long unsigned int]’
749 | template <typename U, typename V, typename OverflowHandler> static inline Checked<typename Result<U, V>::ResultType, OverflowHandler> operator+(Checked<U, OverflowHandler> lhs, V rhs)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked<typename WTF::Result<U, V>::ResultType, OverflowHandler> WTF::operator*(U, Checked<V, OverflowHandler>) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result<U, V>::ResultType = long unsigned int]’:
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:57:51: required from ‘void WebCore::AudioArray<T>::allocate(WTF::Checked<long unsigned int>) [with T = float]’
57 | Checked<unsigned> initialSize = sizeof(T) * n;
| ~~~~~~~~~~^~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9: required from ‘WebCore::AudioArray<T>::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
45 | allocate(n);
| ^~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26: required from ‘typename std::_Unique_if<T>::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray<float>; Args = {long unsigned int&}; typename _Unique_if<T>::_Single_object = unique_ptr<WebCore::AudioArray<float> >]’
311 | return unique_ptr<T>(new T(std::forward<Args>(args)...));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56: required from here
58 | m_memBuffer = std::make_unique<AudioFloatArray>(length);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:776:45: warning: implicitly-declared ‘constexpr WTF::Checked<long unsigned int>::Checked(const WTF::Checked<long unsigned int>&)’ is deprecated [-Wdeprecated-copy]
776 | return Checked<U, OverflowHandler>(lhs) * rhs;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked<long unsigned int>’ has user-provided ‘const WTF::Checked<T, OverflowHandler>& WTF::Checked<T, OverflowHandler>::operator=(WTF::Checked<T, OverflowHandler>) [with T = long unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
496 | const Checked& operator=(Checked rhs)
| ^~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:737:206: note: initializing argument 2 of ‘WTF::Checked<typename WTF::Result<U, V>::ResultType, OverflowHandler> WTF::operator*(Checked<U, OverflowHandler>, Checked<V, OverflowHandler>) [with U = long unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result<U, V>::ResultType = long unsigned int]’
737 | template <typename U, typename V, typename OverflowHandler> static inline Checked<typename Result<U, V>::ResultType, OverflowHandler> operator*(Checked<U, OverflowHandler> lhs, Checked<V, OverflowHandler> rhs)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h: In instantiation of ‘WTF::Checked<typename WTF::Result<U, V>::ResultType, OverflowHandler> WTF::operator+(Checked<U, OverflowHandler>, V) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result<U, V>::ResultType = long unsigned int]’:
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:70:69: required from ‘void WebCore::AudioArray<T>::allocate(WTF::Checked<long unsigned int>) [with T = float]’
70 | T* allocation = static_cast<T*>(fastMalloc((initialSize + extraAllocationBytes).unsafeGet()));
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioArray.h:45:9: required from ‘WebCore::AudioArray<T>::AudioArray(size_t) [with T = float; size_t = long unsigned int]’
45 | allocate(n);
| ^~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:311:26: required from ‘typename std::_Unique_if<T>::_Single_object std::make_unique(Args&& ...) [with T = WebCore::AudioArray<float>; Args = {long unsigned int&}; typename _Unique_if<T>::_Single_object = unique_ptr<WebCore::AudioArray<float> >]’
311 | return unique_ptr<T>(new T(std::forward<Args>(args)...));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/platform/audio/AudioChannel.h:58:56: required from here
58 | m_memBuffer = std::make_unique<AudioFloatArray>(length);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:751:16: warning: implicitly-declared ‘constexpr WTF::Checked<unsigned int>::Checked(const WTF::Checked<unsigned int>&)’ is deprecated [-Wdeprecated-copy]
751 | return lhs + Checked<V, OverflowHandler>(rhs);
| ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:496:20: note: because ‘WTF::Checked<unsigned int>’ has user-provided ‘const WTF::Checked<T, OverflowHandler>& WTF::Checked<T, OverflowHandler>::operator=(WTF::Checked<T, OverflowHandler>) [with T = unsigned int; OverflowHandler = WTF::CrashOnOverflow]’
496 | const Checked& operator=(Checked rhs)
| ^~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/CheckedArithmetic.h:713:173: note: initializing argument 1 of ‘WTF::Checked<typename WTF::Result<U, V>::ResultType, OverflowHandler> WTF::operator+(Checked<U, OverflowHandler>, Checked<V, OverflowHandler>) [with U = unsigned int; V = long unsigned int; OverflowHandler = CrashOnOverflow; typename Result<U, V>::ResultType = long unsigned int]’
713 | template <typename U, typename V, typename OverflowHandler> static inline Checked<typename Result<U, V>::ResultType, OverflowHandler> operator+(Checked<U, OverflowHandler> lhs, Checked<V, OverflowHandler> rhs)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
[100%] Building CXX object Source/WebCore/CMakeFiles/WebCoreTestSupport.dir/__/__/DerivedSources/WebCore/JSMallocStatistics.cpp.o
In file included from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
from /build/qt5-webkit/src/build/DerivedSources/WebCore/JSMallocStatistics.h:24,
from /build/qt5-webkit/src/build/DerivedSources/WebCore/JSMallocStatistics.cpp:22:
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
503 | StringTypeAdapter<StringView>(StringView string)
| ^~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
53 | StringTypeAdapter<char>(char character)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
80 | StringTypeAdapter<UChar>(UChar character)
| ^~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
227 | StringTypeAdapter<String>(const String& string)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
88 | StringTypeAdapter<StringAppend<StringType1, StringType2>>(StringAppend<StringType1, StringType2>& buffer)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
[100%] Building CXX object Source/WebCore/CMakeFiles/WebCoreTestSupport.dir/__/__/DerivedSources/WebCore/JSMemoryInfo.cpp.o
In file included from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
from /build/qt5-webkit/src/build/DerivedSources/WebCore/JSMemoryInfo.h:24,
from /build/qt5-webkit/src/build/DerivedSources/WebCore/JSMemoryInfo.cpp:22:
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
503 | StringTypeAdapter<StringView>(StringView string)
| ^~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
53 | StringTypeAdapter<char>(char character)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
80 | StringTypeAdapter<UChar>(UChar character)
| ^~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
227 | StringTypeAdapter<String>(const String& string)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
88 | StringTypeAdapter<StringAppend<StringType1, StringType2>>(StringAppend<StringType1, StringType2>& buffer)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
In file included from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Locker.h:31,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Lock.h:31,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/jit/ExecutableAllocator.h:32,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/AssemblerBuffer.h:31,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/X86Assembler.h:31,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h:31,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h:31,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/assembler/MacroAssembler.h:54,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/BasicBlockLocation.h:30,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/ControlFlowProfiler.h:30,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:32:
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
26 | ClassName(const ClassName&) = delete; \
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
47 | WTF_MAKE_NONCOPYABLE(WeakReference<T>);
| ^~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
26 | ClassName(const ClassName&) = delete; \
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:47:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
47 | WTF_MAKE_NONCOPYABLE(WeakReference<T>);
| ^~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
26 | ClassName(const ClassName&) = delete; \
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
117 | WTF_MAKE_NONCOPYABLE(WeakPtrFactory<T>);
| ^~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Noncopyable.h:26:18: note: remove the ‘< >’
26 | ClassName(const ClassName&) = delete; \
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/WeakPtr.h:117:5: note: in expansion of macro ‘WTF_MAKE_NONCOPYABLE’
117 | WTF_MAKE_NONCOPYABLE(WeakPtrFactory<T>);
| ^~~~~~~~~~~~~~~~~~~~
[100%] Building CXX object Source/WebCore/CMakeFiles/WebCoreTestSupport.dir/__/__/DerivedSources/WebCore/JSMockContentFilterSettings.cpp.o
[100%] Building CXX object Source/WebCore/CMakeFiles/WebCoreTestSupport.dir/__/__/DerivedSources/WebCore/JSMockPageOverlay.cpp.o
In file included from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
from /build/qt5-webkit/src/build/DerivedSources/WebCore/JSMockPageOverlay.h:24,
from /build/qt5-webkit/src/build/DerivedSources/WebCore/JSMockPageOverlay.cpp:22:
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
503 | StringTypeAdapter<StringView>(StringView string)
| ^~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
53 | StringTypeAdapter<char>(char character)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
80 | StringTypeAdapter<UChar>(UChar character)
| ^~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
227 | StringTypeAdapter<String>(const String& string)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
88 | StringTypeAdapter<StringAppend<StringType1, StringType2>>(StringAppend<StringType1, StringType2>& buffer)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
[100%] Building CXX object Source/WebCore/CMakeFiles/WebCoreTestSupport.dir/__/__/DerivedSources/WebCore/JSTypeConversions.cpp.o
In file included from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/DateMath.h:52,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/JSDateMath.h:46,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/DateInstanceCache.h:30,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/JavaScriptCore/runtime/VM.h:33,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/WebCoreJSBuiltinInternals.h:30,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMGlobalObject.h:31,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/bindings/js/JSDOMWrapper.h:25,
from /build/qt5-webkit/src/build/DerivedSources/WebCore/JSTypeConversions.h:24,
from /build/qt5-webkit/src/build/DerivedSources/WebCore/JSTypeConversions.cpp:22:
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
503 | StringTypeAdapter<StringView>(StringView string)
| ^~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
53 | StringTypeAdapter<char>(char character)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
80 | StringTypeAdapter<UChar>(UChar character)
| ^~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
227 | StringTypeAdapter<String>(const String& string)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
88 | StringTypeAdapter<StringAppend<StringType1, StringType2>>(StringAppend<StringType1, StringType2>& buffer)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
[100%] Building CXX object Source/WebCore/CMakeFiles/WebCoreTestSupport.dir/__/__/DerivedSources/WebCore/JSInternalSettingsGenerated.cpp.o
In file included from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
from /build/qt5-webkit/src/build/DerivedSources/WebCore/InternalSettingsGenerated.h:33,
from /build/qt5-webkit/src/build/DerivedSources/WebCore/JSInternalSettingsGenerated.h:24,
from /build/qt5-webkit/src/build/DerivedSources/WebCore/JSInternalSettingsGenerated.cpp:22:
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
503 | StringTypeAdapter<StringView>(StringView string)
| ^~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
53 | StringTypeAdapter<char>(char character)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
80 | StringTypeAdapter<UChar>(UChar character)
| ^~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
227 | StringTypeAdapter<String>(const String& string)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
88 | StringTypeAdapter<StringAppend<StringType1, StringType2>>(StringAppend<StringType1, StringType2>& buffer)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
[100%] Building CXX object Source/WebCore/CMakeFiles/WebCoreTestSupport.dir/__/__/DerivedSources/WebCore/InternalSettingsGenerated.cpp.o
In file included from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:36,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/AtomicString.h:378,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/WTFString.h:769,
from /build/qt5-webkit/src/build/DerivedSources/WebCore/InternalSettingsGenerated.h:33,
from /build/qt5-webkit/src/build/DerivedSources/WebCore/InternalSettingsGenerated.cpp:29:
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
503 | StringTypeAdapter<StringView>(StringView string)
| ^~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
53 | StringTypeAdapter<char>(char character)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:53:28: note: remove the ‘< >’
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
80 | StringTypeAdapter<UChar>(UChar character)
| ^~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:80:30: note: remove the ‘< >’
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
227 | StringTypeAdapter<String>(const String& string)
| ^
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:227:30: note: remove the ‘< >’
In file included from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:839:
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
88 | StringTypeAdapter<StringAppend<StringType1, StringType2>>(StringAppend<StringType1, StringType2>& buffer)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
[100%] Linking CXX static library ../../lib/libWebCoreTestSupport.a
[100%] Built target WebCoreTestSupport
[100%] Building CXX object Source/ThirdParty/gtest/CMakeFiles/gtest.dir/src/gtest.cc.o
[100%] Building CXX object Source/ThirdParty/gtest/CMakeFiles/gtest.dir/src/gtest-death-test.cc.o
[100%] Building CXX object Source/ThirdParty/gtest/CMakeFiles/gtest.dir/src/gtest-filepath.cc.o
[100%] Building CXX object Source/ThirdParty/gtest/CMakeFiles/gtest.dir/src/gtest_main.cc.o
[100%] Building CXX object Source/ThirdParty/gtest/CMakeFiles/gtest.dir/src/gtest-port.cc.o
[100%] Building CXX object Source/ThirdParty/gtest/CMakeFiles/gtest.dir/src/gtest-test-part.cc.o
[100%] Building CXX object Source/ThirdParty/gtest/CMakeFiles/gtest.dir/src/gtest-typed-test.cc.o
[100%] Linking CXX shared library ../../../lib/libgtest.so
[100%] Built target gtest
[100%] Built target qmlwebkitplugin_autogen_timestamp_deps
[100%] Automatic MOC for target qmlwebkitplugin
[100%] Built target qmlwebkitplugin_autogen
[100%] Building CXX object Source/WebKit/qt/declarative/CMakeFiles/qmlwebkitplugin.dir/qmlwebkitplugin_autogen/mocs_compilation.cpp.o
[100%] Building CXX object Source/WebKit/qt/declarative/CMakeFiles/qmlwebkitplugin.dir/plugin.cpp.o
In file included from /build/qt5-webkit/src/build/DerivedSources/ForwardingHeaders/QtWebKit/private/qquickwebview_p.h:1,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/declarative/plugin.cpp:29:
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebview_p.h:378:62: warning: ‘constexpr QFlags<T>::QFlags(Zero) [with Enum = QQuickWebViewExperimental::FindFlag; Zero = int QFlags<QQuickWebViewExperimental::FindFlag>::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
378 | void findText(const QString& string, FindFlags options = 0);
| ^
In file included from /usr/include/qt/QtCore/qglobal.h:1307,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:1055,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/config.h:26,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/declarative/plugin.cpp:20:
/usr/include/qt/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) {}
| ^~~~~~
[100%] Linking CXX shared module ../../../../imports/QtWebKit/libqmlwebkitplugin.so
[100%] Built target qmlwebkitplugin
[100%] Built target qmlwebkitplugin-files
[100%] Built target qmlwebkitexperimentalplugin_autogen_timestamp_deps
[100%] Automatic MOC for target qmlwebkitexperimentalplugin
[100%] Built target qmlwebkitexperimentalplugin_autogen
[100%] Building CXX object Source/WebKit/qt/declarative/experimental/CMakeFiles/qmlwebkitexperimentalplugin.dir/qmlwebkitexperimentalplugin_autogen/mocs_compilation.cpp.o
[100%] Building CXX object Source/WebKit/qt/declarative/experimental/CMakeFiles/qmlwebkitexperimentalplugin.dir/plugin.cpp.o
In file included from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquicknetworkreply_p.h:26,
from /build/qt5-webkit/src/build/DerivedSources/ForwardingHeaders/QtWebKit/private/qquicknetworkreply_p.h:1,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/declarative/experimental/plugin.cpp:26:
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebview_p.h:378:62: warning: ‘constexpr QFlags<T>::QFlags(Zero) [with Enum = QQuickWebViewExperimental::FindFlag; Zero = int QFlags<QQuickWebViewExperimental::FindFlag>::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
378 | void findText(const QString& string, FindFlags options = 0);
| ^
In file included from /usr/include/qt/QtCore/qglobal.h:1307,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/Platform.h:1055,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/config.h:26,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/declarative/experimental/plugin.cpp:20:
/usr/include/qt/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) {}
| ^~~~~~
[100%] Linking CXX shared module ../../../../../imports/QtWebKit/experimental/libqmlwebkitexperimentalplugin.so
[100%] Built target qmlwebkitexperimentalplugin
[100%] Built target qmlwebkitexperimentalplugin-files
[100%] Building CXX object Source/WebKit2/CMakeFiles/WebProcess.dir/qt/MainQt.cpp.o
[100%] Linking CXX executable ../../bin/QtWebProcess
[100%] Built target WebProcess
[100%] Building CXX object Source/WebKit2/CMakeFiles/NetworkProcess.dir/NetworkProcess/EntryPoint/qt/NetworkProcessMain.cpp.o
[100%] Linking CXX executable ../../bin/QtWebNetworkProcess
[100%] Built target NetworkProcess
[100%] Building CXX object Source/WebKit2/CMakeFiles/PluginProcess.dir/qt/PluginMainQt.cpp.o
[100%] Linking CXX executable ../../bin/QtWebPluginProcess
[100%] Built target PluginProcess
[100%] Building CXX object Source/WebKit2/CMakeFiles/DatabaseProcess.dir/DatabaseProcess/EntryPoint/qt/DatabaseProcessMain.cpp.o
[100%] Linking CXX executable ../../bin/QtWebStorageProcess
[100%] Built target DatabaseProcess
[100%] Built target tst_qmltests_WebView_autogen_timestamp_deps
[100%] Automatic MOC for target tst_qmltests_WebView
AutoMoc: /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/tests/util.h:0: Note: No relevant classes found. No output generated.
[100%] Built target tst_qmltests_WebView_autogen
[100%] Generating qrc_resources.cpp
[100%] Building CXX object Source/WebKit2/UIProcess/API/qt/tests/CMakeFiles/tst_qmltests_WebView.dir/tst_qmltests_WebView_autogen/mocs_compilation.cpp.o
[100%] Building CXX object Source/WebKit2/UIProcess/API/qt/tests/CMakeFiles/tst_qmltests_WebView.dir/bytearraytestdata.cpp.o
[100%] Building CXX object Source/WebKit2/UIProcess/API/qt/tests/CMakeFiles/tst_qmltests_WebView.dir/util.cpp.o
[100%] Building CXX object Source/WebKit2/UIProcess/API/qt/tests/CMakeFiles/tst_qmltests_WebView.dir/qmltests/tst_qmltests.cpp.o
In file included from /build/qt5-webkit/src/build/DerivedSources/ForwardingHeaders/QtWebKit/private/qquickwebview_p.h:1,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/tests/qmltests/tst_qmltests.cpp:23:
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebview_p.h:378:62: warning: ‘constexpr QFlags<T>::QFlags(Zero) [with Enum = QQuickWebViewExperimental::FindFlag; Zero = int QFlags<QQuickWebViewExperimental::FindFlag>::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
378 | void findText(const QString& string, FindFlags options = 0);
| ^
In file included from /usr/include/qt/QtCore/qglobal.h:1307,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/Api/qwebkitglobal.h:24,
from /build/qt5-webkit/src/build/DerivedSources/ForwardingHeaders/QtWebKit/qwebkitglobal.h:1,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/tests/qmltests/../bytearraytestdata.h:28,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/tests/qmltests/tst_qmltests.cpp:20:
/usr/include/qt/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) {}
| ^~~~~~
[100%] Building CXX object Source/WebKit2/UIProcess/API/qt/tests/CMakeFiles/tst_qmltests_WebView.dir/qrc_resources.cpp.o
[100%] Linking CXX executable ../../../../../../bin/tst_qmltests_WebView
[100%] Built target tst_qmltests_WebView
[100%] Built target tst_qmltests_DesktopBehavior_autogen_timestamp_deps
[100%] Automatic MOC for target tst_qmltests_DesktopBehavior
AutoMoc: /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/tests/util.h:0: Note: No relevant classes found. No output generated.
[100%] Built target tst_qmltests_DesktopBehavior_autogen
[100%] Building CXX object Source/WebKit2/UIProcess/API/qt/tests/CMakeFiles/tst_qmltests_DesktopBehavior.dir/tst_qmltests_DesktopBehavior_autogen/mocs_compilation.cpp.o
[100%] Building CXX object Source/WebKit2/UIProcess/API/qt/tests/CMakeFiles/tst_qmltests_DesktopBehavior.dir/bytearraytestdata.cpp.o
[100%] Building CXX object Source/WebKit2/UIProcess/API/qt/tests/CMakeFiles/tst_qmltests_DesktopBehavior.dir/util.cpp.o
[100%] Building CXX object Source/WebKit2/UIProcess/API/qt/tests/CMakeFiles/tst_qmltests_DesktopBehavior.dir/qmltests/tst_qmltests.cpp.o
In file included from /build/qt5-webkit/src/build/DerivedSources/ForwardingHeaders/QtWebKit/private/qquickwebview_p.h:1,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/tests/qmltests/tst_qmltests.cpp:23:
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/qquickwebview_p.h:378:62: warning: ‘constexpr QFlags<T>::QFlags(Zero) [with Enum = QQuickWebViewExperimental::FindFlag; Zero = int QFlags<QQuickWebViewExperimental::FindFlag>::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
378 | void findText(const QString& string, FindFlags options = 0);
| ^
In file included from /usr/include/qt/QtCore/qglobal.h:1307,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebKit/qt/Api/qwebkitglobal.h:24,
from /build/qt5-webkit/src/build/DerivedSources/ForwardingHeaders/QtWebKit/qwebkitglobal.h:1,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/tests/qmltests/../bytearraytestdata.h:28,
from /build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebKit2/UIProcess/API/qt/tests/qmltests/tst_qmltests.cpp:20:
/usr/include/qt/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) {}
| ^~~~~~
[100%] Building CXX object Source/WebKit2/UIProcess/API/qt/tests/CMakeFiles/tst_qmltests_DesktopBehavior.dir/qrc_resources.cpp.o
[100%] Linking CXX executable ../../../../../../bin/tst_qmltests_DesktopBehavior
[100%] Built target tst_qmltests_DesktopBehavior
==> Entering fakeroot environment...
==> Starting package()...
-- Install configuration: "None"
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/lib/cmake/Qt5WebKit/Qt5WebKitConfig.cmake
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/lib/cmake/Qt5WebKit/Qt5WebKitConfigVersion.cmake
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/lib/cmake/Qt5WebKitWidgets/Qt5WebKitWidgetsConfig.cmake
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/lib/cmake/Qt5WebKitWidgets/Qt5WebKitWidgetsConfigVersion.cmake
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/lib/cmake/Qt5WebKit/WebKitTargets.cmake
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/lib/cmake/Qt5WebKit/WebKitTargets-none.cmake
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/lib/cmake/Qt5WebKitWidgets/Qt5WebKitWidgetsTargets.cmake
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/lib/cmake/Qt5WebKitWidgets/Qt5WebKitWidgetsTargets-none.cmake
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/qwebkitglobal.h
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/qwebdatabase.h
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/qwebelement.h
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/qwebfullscreenrequest.h
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/qwebhistory.h
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/qwebhistoryinterface.h
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/qwebkitplatformplugin.h
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/qwebpluginfactory.h
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/qwebsecurityorigin.h
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/qwebsettings.h
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/QWebDatabase
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/QWebElement
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/QWebElementCollection
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/QWebFullScreenRequest
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/QWebHistory
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/QWebHistoryItem
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/QWebHistoryInterface
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/QWebKitPlatformPlugin
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/QWebHapticFeedbackPlayer
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/QWebFullScreenVideoHandler
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/QWebNotificationData
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/QWebNotificationPresenter
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/QWebSelectData
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/QWebSelectMethod
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/QWebSpellChecker
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/QWebTouchModifier
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/QWebPluginFactory
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/QWebSecurityOrigin
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/QWebSettings
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/QtWebKit
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/qtwebkitversion.h
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/QtWebKitVersion
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/QtWebKitDepends
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/5.212.0/QtWebKit/private/qhttpheader_p.h
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/5.212.0/QtWebKit/private/qwebdatabase_p.h
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/5.212.0/QtWebKit/private/qwebelement_p.h
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/5.212.0/QtWebKit/private/qwebhistory_p.h
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/5.212.0/QtWebKit/private/qwebplugindatabase_p.h
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/5.212.0/QtWebKit/private/qwebscriptworld_p.h
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/5.212.0/QtWebKit/private/qwebsecurityorigin_p.h
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/lib/pkgconfig/Qt5WebKit.pc
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/lib/qt/mkspecs/modules/qt_lib_webkit.pri
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/lib/qt/mkspecs/modules/qt_lib_webkit_private.pri
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKitWidgets/qgraphicswebview.h
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKitWidgets/qwebframe.h
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKitWidgets/qwebinspector.h
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKitWidgets/qwebpage.h
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKitWidgets/qwebview.h
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKitWidgets/QGraphicsWebView
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKitWidgets/QWebFrame
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKitWidgets/QWebHitTestResult
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKitWidgets/QWebInspector
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKitWidgets/QWebPage
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKitWidgets/QWebView
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKitWidgets/QtWebKitWidgets
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKitWidgets/qtwebkitwidgetsversion.h
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKitWidgets/QtWebKitWidgetsVersion
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKitWidgets/QtWebKitWidgetsDepends
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKitWidgets/5.212.0/QtWebKitWidgets/private/qwebframe_p.h
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKitWidgets/5.212.0/QtWebKitWidgets/private/qwebinspector_p.h
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKitWidgets/5.212.0/QtWebKitWidgets/private/qwebpage_p.h
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKitWidgets/5.212.0/QtWebKitWidgets/private/qwebviewaccessible_p.h
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/lib/pkgconfig/Qt5WebKitWidgets.pc
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/lib/qt/mkspecs/modules/qt_lib_webkitwidgets.pri
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/lib/qt/mkspecs/modules/qt_lib_webkitwidgets_private.pri
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/lib/libQt5WebKitWidgets.so.5.212.0
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/lib/libQt5WebKitWidgets.so.5
-- Set non-toolchain portion of runtime path of "/build/qt5-webkit/pkg/qt5-webkit/usr/lib/libQt5WebKitWidgets.so.5.212.0" to ""
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/lib/libQt5WebKitWidgets.so
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/lib/libQt5WebKit.so.5.212.0
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/lib/libQt5WebKit.so.5
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/lib/libQt5WebKit.so
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/lib/qt/qml/QtWebKit/libqmlwebkitplugin.so
-- Set non-toolchain portion of runtime path of "/build/qt5-webkit/pkg/qt5-webkit/usr/lib/qt/qml/QtWebKit/libqmlwebkitplugin.so" to ""
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/lib/qt/qml/QtWebKit/qmldir
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/lib/qt/qml/QtWebKit/plugins.qmltypes
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/lib/qt/qml/QtWebKit/experimental/libqmlwebkitexperimentalplugin.so
-- Set non-toolchain portion of runtime path of "/build/qt5-webkit/pkg/qt5-webkit/usr/lib/qt/qml/QtWebKit/experimental/libqmlwebkitexperimentalplugin.so" to ""
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/lib/qt/qml/QtWebKit/experimental/qmldir
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/5.212.0/QtWebKit/private/qquicknetworkreply_p.h
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/5.212.0/QtWebKit/private/qquicknetworkrequest_p.h
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/5.212.0/QtWebKit/private/qquickurlschemedelegate_p.h
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/5.212.0/QtWebKit/private/qquickwebpage_p.h
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/5.212.0/QtWebKit/private/qquickwebpage_p_p.h
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/5.212.0/QtWebKit/private/qquickwebview_p.h
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/5.212.0/QtWebKit/private/qquickwebview_p_p.h
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/5.212.0/QtWebKit/private/qtwebsecurityorigin_p.h
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/5.212.0/QtWebKit/private/qwebchannelwebkittransport_p.h
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/5.212.0/QtWebKit/private/qwebdownloaditem_p.h
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/5.212.0/QtWebKit/private/qwebdownloaditem_p_p.h
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/5.212.0/QtWebKit/private/qwebiconimageprovider_p.h
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/5.212.0/QtWebKit/private/qwebkittest_p.h
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/5.212.0/QtWebKit/private/qwebloadrequest_p.h
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/5.212.0/QtWebKit/private/qwebnavigationhistory_p.h
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/5.212.0/QtWebKit/private/qwebnavigationhistory_p_p.h
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/5.212.0/QtWebKit/private/qwebnavigationrequest_p.h
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/5.212.0/QtWebKit/private/qwebpermissionrequest_p.h
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/5.212.0/QtWebKit/private/qwebpreferences_p.h
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/include/qt/QtWebKit/5.212.0/QtWebKit/private/qwebpreferences_p_p.h
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/lib/qt/libexec/QtWebPluginProcess
-- Set non-toolchain portion of runtime path of "/build/qt5-webkit/pkg/qt5-webkit/usr/lib/qt/libexec/QtWebPluginProcess" to ""
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/lib/qt/libexec/QtWebStorageProcess
-- Set non-toolchain portion of runtime path of "/build/qt5-webkit/pkg/qt5-webkit/usr/lib/qt/libexec/QtWebStorageProcess" to ""
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/lib/qt/libexec/QtWebProcess
-- Set non-toolchain portion of runtime path of "/build/qt5-webkit/pkg/qt5-webkit/usr/lib/qt/libexec/QtWebProcess" to ""
-- Installing: /build/qt5-webkit/pkg/qt5-webkit/usr/lib/qt/libexec/QtWebNetworkProcess
-- Set non-toolchain portion of runtime path of "/build/qt5-webkit/pkg/qt5-webkit/usr/lib/qt/libexec/QtWebNetworkProcess" to ""
==> Tidying install...
-> Removing libtool files...
-> Purging unwanted files...
-> Removing static library files...
-> Stripping unneeded symbols from binaries and libraries...
-> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "qt5-webkit"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Creating package "qt5-webkit-debug"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: qt5-webkit 5.212.0alpha4-24 (Thu Jun 6 11:34:42 2024)
'qt5-webkit-5.212.0alpha4-24-x86_64.pkg.tar.zst' -> '/var/lib/aur-repo/qt5-webkit-5.212.0alpha4-24-x86_64.pkg.tar.zst'
'qt5-webkit-debug-5.212.0alpha4-24-x86_64.pkg.tar.zst' -> '/var/lib/aur-repo/qt5-webkit-debug-5.212.0alpha4-24-x86_64.pkg.tar.zst'
'qt5-webkit-5.212.0alpha4-24-x86_64.pkg.tar.zst.sig' -> '/var/lib/aur-repo/qt5-webkit-5.212.0alpha4-24-x86_64.pkg.tar.zst.sig'
'qt5-webkit-debug-5.212.0alpha4-24-x86_64.pkg.tar.zst.sig' -> '/var/lib/aur-repo/qt5-webkit-debug-5.212.0alpha4-24-x86_64.pkg.tar.zst.sig'
==> Verifying database signature...
gpg: assuming signed data in '/var/lib/aur-repo//score.moe.db.tar.gz'
gpg: Signature made Thu 06 Jun 2024 10:32:46 AM CEST
gpg: using EDDSA key 8A8F0D6897977A7523D366CB1EE865E2393A9B0F
gpg: Good signature from "gurren.score.moe build host (automatic signing key) <pkgs.score_@0sg.net>" [ultimate]
-> Database signature file verified.
==> Extracting score.moe.db.tar.gz to a temporary location...
==> Verifying database signature...
gpg: assuming signed data in '/var/lib/aur-repo//score.moe.files.tar.gz'
gpg: Signature made Thu 06 Jun 2024 10:32:47 AM CEST
gpg: using EDDSA key 8A8F0D6897977A7523D366CB1EE865E2393A9B0F
gpg: Good signature from "gurren.score.moe build host (automatic signing key) <pkgs.score_@0sg.net>" [ultimate]
-> Database signature file verified.
==> Extracting score.moe.files.tar.gz to a temporary location...
==> Adding package 'qt5-webkit-5.212.0alpha4-24-x86_64.pkg.tar.zst'
-> Computing checksums...
-> Removing existing entry 'qt5-webkit-5.212.0alpha4-23'...
-> Creating 'desc' db entry...
-> Creating 'files' db entry...
==> Adding package 'qt5-webkit-debug-5.212.0alpha4-24-x86_64.pkg.tar.zst'
-> Computing checksums...
-> Removing existing entry 'qt5-webkit-debug-5.212.0alpha4-23'...
-> Creating 'desc' db entry...
-> Creating 'files' db entry...
==> Creating updated database file 'score.moe.db.tar.gz'
==> Signing database 'score.moe.db.tar.gz'...
-> Created signature file 'score.moe.db.tar.gz.sig'
==> Signing database 'score.moe.files.tar.gz'...
-> Created signature file 'score.moe.files.tar.gz.sig'
Archiving artifacts
Recording fingerprints
Publishing build last changes...
Last changes from revision af23ace (current) to bdab786 (previous) published successfully!
Finished: SUCCESS