Skip to content

Instantly share code, notes, and snippets.

@Korvox
Created May 26, 2016 00:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Korvox/fd20db09c443592eab6928af44b98bef to your computer and use it in GitHub Desktop.
Save Korvox/fd20db09c443592eab6928af44b98bef to your computer and use it in GitHub Desktop.
cd tutorial/ && ( test -e Makefile || /usr/lib/qt/bin/qmake /ms/code/verdigris/tutorial/tutorial.pro -o Makefile ) && make -f Makefile
cd benchmarks/ && ( test -e Makefile || /usr/lib/qt/bin/qmake /ms/code/verdigris/benchmarks/benchmarks.pro -o Makefile ) && make -f Makefile
cd tests/ && ( test -e Makefile || /usr/lib/qt/bin/qmake /ms/code/verdigris/tests/tests.pro -o Makefile ) && make -f Makefile
make[1]: Entering directory '/ms/code/verdigris/tests'
cd templates/ && ( test -e Makefile || /usr/lib/qt/bin/qmake /ms/code/verdigris/tests/templates/templates.pro -o Makefile ) && make -f Makefile
cd basic/ && ( test -e Makefile || /usr/lib/qt/bin/qmake /ms/code/verdigris/tests/basic/basic.pro -o Makefile ) && make -f Makefile
cd qt/ && ( test -e Makefile || /usr/lib/qt/bin/qmake /ms/code/verdigris/tests/qt/qt.pro -o Makefile ) && make -f Makefile
make[1]: Entering directory '/ms/code/verdigris/benchmarks'
cd qobject/ && ( test -e Makefile || /usr/lib/qt/bin/qmake /ms/code/verdigris/benchmarks/qobject/qobject.pro -o Makefile ) && make -f Makefile
make[1]: Entering directory '/ms/code/verdigris/tutorial'
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -std=gnu++1y -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../src -isystem /usr/include/qt -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o tutorial.o tutorial.cpp
make[2]: Entering directory '/ms/code/verdigris/tests/qt'
cd qmetaobject/ && ( test -e Makefile || /usr/lib/qt/bin/qmake /ms/code/verdigris/tests/qt/qmetaobject/qmetaobject.pro -o Makefile ) && make -f Makefile
cd qmetaproperty/ && ( test -e Makefile || /usr/lib/qt/bin/qmake /ms/code/verdigris/tests/qt/qmetaproperty/qmetaproperty.pro -o Makefile ) && make -f Makefile
cd qobject/ && ( test -e Makefile || /usr/lib/qt/bin/qmake /ms/code/verdigris/tests/qt/qobject/qobject.pro -o Makefile ) && make -f Makefile
cd qmetamethod/ && ( test -e Makefile || /usr/lib/qt/bin/qmake /ms/code/verdigris/tests/qt/qmetamethod/qmetamethod.pro -o Makefile ) && make -f Makefile
make[2]: Entering directory '/ms/code/verdigris/tests/basic'
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -std=gnu++1y -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_TESTLIB_LIB -DQT_CORE_LIB -DQT_TESTCASE_BUILDDIR='"/ms/code/verdigris/tests/basic"' -I. -I../../src -isystem /usr/include/qt -isystem /usr/include/qt/QtTest -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o tst_basic.o tst_basic.cpp
make[2]: Entering directory '/ms/code/verdigris/tests/templates'
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -std=gnu++1y -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_TESTLIB_LIB -DQT_CORE_LIB -DQT_TESTCASE_BUILDDIR='"/ms/code/verdigris/tests/templates"' -I. -I../../src -isystem /usr/include/qt -isystem /usr/include/qt/QtTest -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o tst_templates.o tst_templates.cpp
make[2]: Entering directory '/ms/code/verdigris/benchmarks/qobject'
/usr/lib/qt/bin/moc -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_TESTLIB_LIB -DQT_CORE_LIB -DQT_TESTCASE_BUILDDIR='"/ms/code/verdigris/benchmarks/qobject"' -I/usr/lib/qt/mkspecs/linux-g++ -I/ms/code/verdigris/benchmarks/qobject -I/ms/code/verdigris/src -I/usr/include/qt -I/usr/include/qt/QtWidgets -I/usr/include/qt/QtGui -I/usr/include/qt/QtTest -I/usr/include/qt/QtCore -I/usr/include/c++/6.1.1 -I/usr/include/c++/6.1.1/x86_64-pc-linux-gnu -I/usr/include/c++/6.1.1/backward -I/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include -I/usr/local/include -I/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed -I/usr/include main.cpp -o main.moc
make[3]: Entering directory '/ms/code/verdigris/tests/qt/qobject'
cd signalbug/ && ( test -e Makefile || /usr/lib/qt/bin/qmake /ms/code/verdigris/tests/qt/qobject/signalbug/signalbug.pro -o Makefile ) && make -f Makefile
make[3]: Entering directory '/ms/code/verdigris/tests/qt/qmetaobject'
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -std=gnu++1y -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_TESTLIB_LIB -DQT_CORE_LIB -DQT_TESTCASE_BUILDDIR='"/ms/code/verdigris/tests/qt/qmetaobject"' -I. -I../../../src -isystem /usr/include/qt/QtCore/5.6.0 -isystem /usr/include/qt/QtCore/5.6.0/QtCore -isystem /usr/include/qt -isystem /usr/include/qt/QtTest -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o tst_qmetaobject.o tst_qmetaobject.cpp
make[3]: Entering directory '/ms/code/verdigris/tests/qt/qmetaproperty'
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -std=gnu++1y -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_TESTLIB_LIB -DQT_CORE_LIB -DQT_TESTCASE_BUILDDIR='"/ms/code/verdigris/tests/qt/qmetaproperty"' -I. -I../../../src -isystem /usr/include/qt -isystem /usr/include/qt/QtTest -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o tst_qmetaproperty.o tst_qmetaproperty.cpp
make[3]: Entering directory '/ms/code/verdigris/tests/qt/qmetamethod'
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -std=gnu++1y -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_TESTLIB_LIB -DQT_CORE_LIB -DQT_TESTCASE_BUILDDIR='"/ms/code/verdigris/tests/qt/qmetamethod"' -I. -I../../../src -isystem /usr/include/qt -isystem /usr/include/qt/QtTest -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o tst_qmetamethod.o tst_qmetamethod.cpp
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -std=gnu++1y -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_TESTLIB_LIB -DQT_CORE_LIB -DQT_TESTCASE_BUILDDIR='"/ms/code/verdigris/benchmarks/qobject"' -I. -I../../src -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtTest -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o object.o object.cpp
make[4]: Entering directory '/ms/code/verdigris/tests/qt/qobject/signalbug'
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -std=gnu++1y -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../../../src -isystem /usr/include/qt -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o signalbug.o signalbug.cpp
In file included from signalbug.cpp:34:0:
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = Receiver; int I = 0]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = Receiver; long unsigned int ...MethI = {0ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = Receiver; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
signalbug.cpp:36:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void Receiver::received()’ will never be NULL [-Waddress]
&& f == *reinterpret_cast<decltype(f)*>(func))
~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = Sender; int I = 1]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = Sender; long unsigned int ...MethI = {0ul, 1ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = Sender; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
signalbug.cpp:37:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void Sender::fire()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = Disconnector; int I = 0]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = Disconnector; long unsigned int ...MethI = {0ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = Disconnector; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
signalbug.cpp:38:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void Disconnector::received()’ will never be NULL [-Waddress]
tutorial.cpp: In member function ‘void FooBar::slot1(CustomType1, CustomType2)’:
tutorial.cpp:290:28: warning: unused parameter ‘a’ [-Wunused-parameter]
void slot1(CustomType1 a, CustomType2 b) {}
^
tutorial.cpp:290:43: warning: unused parameter ‘b’ [-Wunused-parameter]
void slot1(CustomType1 a, CustomType2 b) {}
^
tutorial.cpp: In member function ‘void FooBar::slot2(CustomType1*, CustomType2*)’:
tutorial.cpp:293:29: warning: unused parameter ‘a’ [-Wunused-parameter]
void slot2(CustomType1 *a, CustomType2 *b) {}
^
tutorial.cpp:293:45: warning: unused parameter ‘b’ [-Wunused-parameter]
void slot2(CustomType1 *a, CustomType2 *b) {}
^
tutorial.cpp: In member function ‘void FooBar::slot3(FooBar::MyInt, FooBar::MyCustomType1)’:
tutorial.cpp:300:30: warning: unused parameter ‘a’ [-Wunused-parameter]
void slot3(FooBar::MyInt a, FooBar::MyCustomType1 b) {}
^
tutorial.cpp:300:55: warning: unused parameter ‘b’ [-Wunused-parameter]
void slot3(FooBar::MyInt a, FooBar::MyCustomType1 b) {}
^
g++ -Wl,-O1 -Wl,-O1,--sort-common,--as-needed,-z,relro -o signalbug signalbug.o -lQt5Core -lpthread
In file included from object.h:32:0,
from object.cpp:28:
../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = ObjectW; int I = 10]’:
../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = ObjectW; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = ObjectW; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
object.cpp:85:1: required from here
../../src/wobjectimpl.h:573:14: warning: the address of ‘void ObjectW::slot0()’ will never be NULL [-Waddress]
&& f == *reinterpret_cast<decltype(f)*>(func))
~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = ObjectW; int I = 11]’:
../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = ObjectW; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = ObjectW; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
object.cpp:85:1: required from here
../../src/wobjectimpl.h:573:14: warning: the address of ‘void ObjectW::slot1()’ will never be NULL [-Waddress]
../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = ObjectW; int I = 12]’:
../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = ObjectW; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = ObjectW; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
object.cpp:85:1: required from here
../../src/wobjectimpl.h:573:14: warning: the address of ‘void ObjectW::slot2()’ will never be NULL [-Waddress]
../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = ObjectW; int I = 13]’:
../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = ObjectW; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = ObjectW; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
object.cpp:85:1: required from here
../../src/wobjectimpl.h:573:14: warning: the address of ‘void ObjectW::slot3()’ will never be NULL [-Waddress]
make[4]: Leaving directory '/ms/code/verdigris/tests/qt/qobject/signalbug'
../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = ObjectW; int I = 14]’:
../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = ObjectW; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = ObjectW; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
object.cpp:85:1: required from here
../../src/wobjectimpl.h:573:14: warning: the address of ‘void ObjectW::slot4()’ will never be NULL [-Waddress]
../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = ObjectW; int I = 15]’:
../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = ObjectW; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = ObjectW; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
object.cpp:85:1: required from here
../../src/wobjectimpl.h:573:14: warning: the address of ‘void ObjectW::slot5()’ will never be NULL [-Waddress]
../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = ObjectW; int I = 16]’:
../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = ObjectW; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = ObjectW; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
object.cpp:85:1: required from here
../../src/wobjectimpl.h:573:14: warning: the address of ‘void ObjectW::slot6()’ will never be NULL [-Waddress]
../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = ObjectW; int I = 17]’:
../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = ObjectW; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = ObjectW; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
object.cpp:85:1: required from here
../../src/wobjectimpl.h:573:14: warning: the address of ‘void ObjectW::slot7()’ will never be NULL [-Waddress]
../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = ObjectW; int I = 18]’:
../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = ObjectW; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = ObjectW; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
object.cpp:85:1: required from here
../../src/wobjectimpl.h:573:14: warning: the address of ‘void ObjectW::slot8()’ will never be NULL [-Waddress]
../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = ObjectW; int I = 19]’:
../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = ObjectW; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = ObjectW; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
object.cpp:85:1: required from here
../../src/wobjectimpl.h:573:14: warning: the address of ‘void ObjectW::slot9()’ will never be NULL [-Waddress]
cd test/ && ( test -e Makefile || /usr/lib/qt/bin/qmake /ms/code/verdigris/tests/qt/qobject/test/test.pro -o Makefile ) && make -f Makefile
make[4]: Entering directory '/ms/code/verdigris/tests/qt/qobject/test'
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -std=gnu++1y -Wall -W -D_REENTRANT -fPIC -DQT_DISABLE_DEPRECATED_BEFORE=0 -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_TESTLIB_LIB -DQT_CORE_LIB -DQT_TESTCASE_BUILDDIR='"/ms/code/verdigris/tests/qt/qobject/test"' -I. -I../../../../src -isystem /usr/include/qt/QtCore/5.6.0 -isystem /usr/include/qt/QtCore/5.6.0/QtCore -isystem /usr/include/qt -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtTest -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o tst_qobject.o ../tst_qobject.cpp
/usr/lib/qt/bin/moc -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_TESTLIB_LIB -DQT_CORE_LIB -DQT_TESTCASE_BUILDDIR='"/ms/code/verdigris/benchmarks/qobject"' -I/usr/lib/qt/mkspecs/linux-g++ -I/ms/code/verdigris/benchmarks/qobject -I/ms/code/verdigris/src -I/usr/include/qt -I/usr/include/qt/QtWidgets -I/usr/include/qt/QtGui -I/usr/include/qt/QtTest -I/usr/include/qt/QtCore -I/usr/include/c++/6.1.1 -I/usr/include/c++/6.1.1/x86_64-pc-linux-gnu -I/usr/include/c++/6.1.1/backward -I/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include -I/usr/local/include -I/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed -I/usr/include object.h -o moc_object.cpp
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -std=gnu++1y -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_TESTLIB_LIB -DQT_CORE_LIB -DQT_TESTCASE_BUILDDIR='"/ms/code/verdigris/benchmarks/qobject"' -I. -I../../src -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtTest -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o main.o main.cpp
In file included from tst_templates.cpp:214:0:
../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_Templates; int I = 0]’:
../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_Templates; long unsigned int ...MethI = {0ul, 1ul, 2ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_Templates; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_templates.cpp:215:1: required from here
../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_Templates::templatesMethod_data()’ will never be NULL [-Waddress]
&& f == *reinterpret_cast<decltype(f)*>(func))
~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_Templates; int I = 1]’:
../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_Templates; long unsigned int ...MethI = {0ul, 1ul, 2ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_Templates; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_templates.cpp:215:1: required from here
../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_Templates::templatesMethod()’ will never be NULL [-Waddress]
../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_Templates; int I = 2]’:
../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_Templates; long unsigned int ...MethI = {0ul, 1ul, 2ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_Templates; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_templates.cpp:215:1: required from here
../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_Templates::connectTemplate()’ will never be NULL [-Waddress]
In file included from tst_qmetaproperty.cpp:35:0:
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QMetaProperty; int I = 0]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QMetaProperty; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QMetaProperty; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaproperty.cpp:99:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QMetaProperty::hasStdCppSet()’ will never be NULL [-Waddress]
&& f == *reinterpret_cast<decltype(f)*>(func))
~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QMetaProperty; int I = 1]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QMetaProperty; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QMetaProperty; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaproperty.cpp:99:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QMetaProperty::isConstant()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QMetaProperty; int I = 2]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QMetaProperty; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QMetaProperty; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaproperty.cpp:99:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QMetaProperty::isFinal()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QMetaProperty; int I = 3]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QMetaProperty; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QMetaProperty; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaproperty.cpp:99:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QMetaProperty::gadget()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QMetaProperty; int I = 4]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QMetaProperty; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QMetaProperty; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaproperty.cpp:99:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QMetaProperty::readAndWriteWithLazyRegistration()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QMetaProperty; int I = 5]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QMetaProperty; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QMetaProperty; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaproperty.cpp:99:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QMetaProperty::mapProperty()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QMetaProperty; int I = 6]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QMetaProperty; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QMetaProperty; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaproperty.cpp:99:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QMetaProperty::conversion()’ will never be NULL [-Waddress]
g++ -Wl,-O1 -Wl,-O1,--sort-common,--as-needed,-z,relro -o tutorial tutorial.o -lQt5Gui -lQt5Core -lGL -lpthread
In file included from tst_basic.cpp:58:0:
../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_Basic; int I = 0]’:
../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_Basic; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_Basic; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_basic.cpp:62:1: required from here
../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_Basic::firstTest()’ will never be NULL [-Waddress]
&& f == *reinterpret_cast<decltype(f)*>(func))
~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_Basic; int I = 1]’:
../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_Basic; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_Basic; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_basic.cpp:62:1: required from here
../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_Basic::signalSlot_data()’ will never be NULL [-Waddress]
../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_Basic; int I = 2]’:
../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_Basic; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_Basic; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_basic.cpp:62:1: required from here
../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_Basic::signalSlot()’ will never be NULL [-Waddress]
../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_Basic; int I = 3]’:
../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_Basic; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_Basic; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_basic.cpp:62:1: required from here
../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_Basic::property_data()’ will never be NULL [-Waddress]
../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_Basic; int I = 4]’:
../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_Basic; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_Basic; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_basic.cpp:62:1: required from here
../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_Basic::property()’ will never be NULL [-Waddress]
../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_Basic; int I = 5]’:
../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_Basic; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_Basic; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_basic.cpp:62:1: required from here
../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_Basic::signalArgs()’ will never be NULL [-Waddress]
../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_Basic; int I = 6]’:
../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_Basic; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_Basic; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_basic.cpp:62:1: required from here
../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_Basic::overloadForm()’ will never be NULL [-Waddress]
../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_Basic; int I = 7]’:
../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_Basic; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_Basic; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_basic.cpp:62:1: required from here
../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_Basic::enumBase()’ will never be NULL [-Waddress]
../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_Basic; int I = 8]’:
../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_Basic; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_Basic; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_basic.cpp:62:1: required from here
../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_Basic::subObject()’ will never be NULL [-Waddress]
../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_Basic; int I = 9]’:
../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_Basic; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_Basic; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_basic.cpp:62:1: required from here
../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_Basic::abstractParent()’ will never be NULL [-Waddress]
make[1]: Leaving directory '/ms/code/verdigris/tutorial'
g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -std=gnu++1y -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_TESTLIB_LIB -DQT_CORE_LIB -DQT_TESTCASE_BUILDDIR='"/ms/code/verdigris/benchmarks/qobject"' -I. -I../../src -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtTest -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o moc_object.o moc_object.cpp
g++ -Wl,-O1 -Wl,-O1,--sort-common,--as-needed,-z,relro -o tst_templates tst_templates.o -lQt5Test -lQt5Core -lpthread
make[2]: Leaving directory '/ms/code/verdigris/tests/templates'
g++ -Wl,-O1 -Wl,-O1,--sort-common,--as-needed,-z,relro -o tst_qmetaproperty tst_qmetaproperty.o -lQt5Test -lQt5Core -lpthread
g++ -Wl,-O1 -Wl,-O1,--sort-common,--as-needed,-z,relro -o tst_basic tst_basic.o -lQt5Test -lQt5Core -lpthread
make[3]: Leaving directory '/ms/code/verdigris/tests/qt/qmetaproperty'
make[2]: Leaving directory '/ms/code/verdigris/tests/basic'
g++ -Wl,-O1 -Wl,-O1,--sort-common,--as-needed,-z,relro -o tst_bench_qobject main.o object.o moc_object.o -lQt5Widgets -lQt5Gui -lQt5Test -lQt5Core -lGL -lpthread
make[2]: Leaving directory '/ms/code/verdigris/benchmarks/qobject'
make[1]: Leaving directory '/ms/code/verdigris/benchmarks'
In file included from tst_qmetamethod.cpp:35:0:
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QMetaMethod; int I = 0]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QMetaMethod; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QMetaMethod; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetamethod.cpp:816:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QMetaMethod::method_data()’ will never be NULL [-Waddress]
&& f == *reinterpret_cast<decltype(f)*>(func))
~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QMetaMethod; int I = 1]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QMetaMethod; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QMetaMethod; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetamethod.cpp:816:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QMetaMethod::method()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QMetaMethod; int I = 2]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QMetaMethod; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QMetaMethod; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetamethod.cpp:816:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QMetaMethod::invalidMethod()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QMetaMethod; int I = 3]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QMetaMethod; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QMetaMethod; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetamethod.cpp:816:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QMetaMethod::comparisonOperators()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QMetaMethod; int I = 4]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QMetaMethod; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QMetaMethod; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetamethod.cpp:816:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QMetaMethod::fromSignal()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QMetaMethod; int I = 5]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QMetaMethod; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QMetaMethod; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetamethod.cpp:816:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QMetaMethod::gadget()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = MethodTestObject; int I = 14]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = MethodTestObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul}; long unsigned int ...ConsI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = MethodTestObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetamethod.cpp:817:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void MethodTestObject::voidSlot()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = MethodTestObject; int I = 15]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = MethodTestObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul}; long unsigned int ...ConsI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = MethodTestObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetamethod.cpp:817:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void MethodTestObject::voidSlotInt(int)’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = MethodTestObject; int I = 17]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = MethodTestObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul}; long unsigned int ...ConsI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = MethodTestObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetamethod.cpp:817:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void MethodTestObject::voidSlotQString(const QString&)’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = MethodTestObject; int I = 18]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = MethodTestObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul}; long unsigned int ...ConsI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = MethodTestObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetamethod.cpp:817:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void MethodTestObject::voidSlotCustomType(CustomType)’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = MethodTestObject; int I = 19]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = MethodTestObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul}; long unsigned int ...ConsI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = MethodTestObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetamethod.cpp:817:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void MethodTestObject::voidSlotCustomUnregisteredType(CustomUnregisteredType)’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = MethodTestObject; int I = 20]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = MethodTestObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul}; long unsigned int ...ConsI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = MethodTestObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetamethod.cpp:817:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘bool MethodTestObject::boolSlot()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = MethodTestObject; int I = 22]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = MethodTestObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul}; long unsigned int ...ConsI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = MethodTestObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetamethod.cpp:817:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘QString MethodTestObject::qstringSlot()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = MethodTestObject; int I = 23]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = MethodTestObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul}; long unsigned int ...ConsI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = MethodTestObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetamethod.cpp:817:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘CustomType MethodTestObject::customTypeSlot()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = MethodTestObject; int I = 24]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = MethodTestObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul}; long unsigned int ...ConsI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = MethodTestObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetamethod.cpp:817:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘CustomUnregisteredType MethodTestObject::customUnregisteredTypeSlot()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = MethodTestObject; int I = 26]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = MethodTestObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul}; long unsigned int ...ConsI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = MethodTestObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetamethod.cpp:817:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void MethodTestObject::voidSlotNoParameterNames(bool, int)’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = MethodTestObject; int I = 27]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = MethodTestObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul}; long unsigned int ...ConsI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = MethodTestObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetamethod.cpp:817:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void MethodTestObject::voidInvokable()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = MethodTestObject; int I = 28]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = MethodTestObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul}; long unsigned int ...ConsI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = MethodTestObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetamethod.cpp:817:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void MethodTestObject::voidInvokableInt(int)’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = MethodTestObject; int I = 30]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = MethodTestObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul}; long unsigned int ...ConsI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = MethodTestObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetamethod.cpp:817:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void MethodTestObject::voidInvokableQString(const QString&)’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = MethodTestObject; int I = 31]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = MethodTestObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul}; long unsigned int ...ConsI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = MethodTestObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetamethod.cpp:817:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void MethodTestObject::voidInvokableCustomType(CustomType)’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = MethodTestObject; int I = 32]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = MethodTestObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul}; long unsigned int ...ConsI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = MethodTestObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetamethod.cpp:817:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void MethodTestObject::voidInvokableCustomUnregisteredType(CustomUnregisteredType)’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = MethodTestObject; int I = 33]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = MethodTestObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul}; long unsigned int ...ConsI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = MethodTestObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetamethod.cpp:817:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘bool MethodTestObject::boolInvokable()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = MethodTestObject; int I = 35]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = MethodTestObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul}; long unsigned int ...ConsI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = MethodTestObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetamethod.cpp:817:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘QString MethodTestObject::qstringInvokable()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = MethodTestObject; int I = 36]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = MethodTestObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul}; long unsigned int ...ConsI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = MethodTestObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetamethod.cpp:817:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘CustomType MethodTestObject::customTypeInvokable()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = MethodTestObject; int I = 37]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = MethodTestObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul}; long unsigned int ...ConsI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = MethodTestObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetamethod.cpp:817:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘CustomUnregisteredType MethodTestObject::customUnregisteredTypeInvokable()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = MethodTestObject; int I = 39]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = MethodTestObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul}; long unsigned int ...ConsI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = MethodTestObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetamethod.cpp:817:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void MethodTestObject::voidInvokableNoParameterNames(bool, int)’ will never be NULL [-Waddress]
In file included from tst_qmetaobject.cpp:36:0:
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QMetaObject; int I = 2]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QMetaObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QMetaObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaobject.cpp:313:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QMetaObject::connectSlotsByName()’ will never be NULL [-Waddress]
&& f == *reinterpret_cast<decltype(f)*>(func))
~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QMetaObject; int I = 3]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QMetaObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QMetaObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaobject.cpp:313:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QMetaObject::invokeMetaMember()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QMetaObject; int I = 4]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QMetaObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QMetaObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaobject.cpp:313:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QMetaObject::invokeQueuedMetaMember()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QMetaObject; int I = 5]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QMetaObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QMetaObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaobject.cpp:313:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QMetaObject::invokeBlockingQueuedMetaMember()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QMetaObject; int I = 6]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QMetaObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QMetaObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaobject.cpp:313:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QMetaObject::invokeCustomTypes()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QMetaObject; int I = 7]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QMetaObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QMetaObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaobject.cpp:313:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QMetaObject::invokeMetaConstructor()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QMetaObject; int I = 8]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QMetaObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QMetaObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaobject.cpp:313:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QMetaObject::invokeTypedefTypes()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QMetaObject; int I = 9]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QMetaObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QMetaObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaobject.cpp:313:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QMetaObject::invokeException()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QMetaObject; int I = 10]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QMetaObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QMetaObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaobject.cpp:313:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QMetaObject::qtMetaObjectInheritance()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QMetaObject; int I = 11]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QMetaObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QMetaObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaobject.cpp:313:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QMetaObject::normalizedSignature_data()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QMetaObject; int I = 12]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QMetaObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QMetaObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaobject.cpp:313:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QMetaObject::normalizedSignature()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QMetaObject; int I = 13]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QMetaObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QMetaObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaobject.cpp:313:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QMetaObject::normalizedType_data()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QMetaObject; int I = 14]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QMetaObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QMetaObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaobject.cpp:313:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QMetaObject::normalizedType()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QMetaObject; int I = 15]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QMetaObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QMetaObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaobject.cpp:313:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QMetaObject::customPropertyType()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QMetaObject; int I = 16]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QMetaObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QMetaObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaobject.cpp:313:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QMetaObject::checkScope_data()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QMetaObject; int I = 17]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QMetaObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QMetaObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaobject.cpp:313:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QMetaObject::checkScope()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QMetaObject; int I = 18]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QMetaObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QMetaObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaobject.cpp:313:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QMetaObject::propertyNotify()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QMetaObject; int I = 19]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QMetaObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QMetaObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaobject.cpp:313:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QMetaObject::propertyConstant()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QMetaObject; int I = 20]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QMetaObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QMetaObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaobject.cpp:313:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QMetaObject::propertyFinal()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QMetaObject; int I = 21]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QMetaObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QMetaObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaobject.cpp:313:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QMetaObject::stdSet()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QMetaObject; int I = 22]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QMetaObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QMetaObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaobject.cpp:313:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QMetaObject::classInfo()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QMetaObject; int I = 23]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QMetaObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QMetaObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaobject.cpp:313:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QMetaObject::metaMethod()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QMetaObject; int I = 24]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QMetaObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QMetaObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaobject.cpp:313:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QMetaObject::indexOfMethod_data()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QMetaObject; int I = 25]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QMetaObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QMetaObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaobject.cpp:313:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QMetaObject::indexOfMethod()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QMetaObject; int I = 26]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QMetaObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QMetaObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaobject.cpp:313:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QMetaObject::indexOfMethodPMF()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QMetaObject; int I = 27]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QMetaObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QMetaObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaobject.cpp:313:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QMetaObject::signalOffset_data()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QMetaObject; int I = 28]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QMetaObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QMetaObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaobject.cpp:313:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QMetaObject::signalOffset()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QMetaObject; int I = 29]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QMetaObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QMetaObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaobject.cpp:313:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QMetaObject::signalCount_data()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QMetaObject; int I = 30]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QMetaObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QMetaObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaobject.cpp:313:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QMetaObject::signalCount()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QMetaObject; int I = 31]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QMetaObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QMetaObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaobject.cpp:313:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QMetaObject::signal_data()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QMetaObject; int I = 32]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QMetaObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QMetaObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaobject.cpp:313:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QMetaObject::signal()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QMetaObject; int I = 33]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QMetaObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QMetaObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaobject.cpp:313:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QMetaObject::signalIndex_data()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QMetaObject; int I = 34]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QMetaObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QMetaObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaobject.cpp:313:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QMetaObject::signalIndex()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QMetaObject; int I = 35]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QMetaObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QMetaObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaobject.cpp:313:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QMetaObject::enumDebugStream()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QMetaObject; int I = 36]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QMetaObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QMetaObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaobject.cpp:313:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QMetaObject::inherits_data()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QMetaObject; int I = 37]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QMetaObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QMetaObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaobject.cpp:313:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QMetaObject::inherits()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = QtTestObject; int I = 3]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = QtTestObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul}; long unsigned int ...ConsI = {0ul}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int, 0ul>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = QtTestObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaobject.cpp:540:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void QtTestObject::sl0()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = QtTestObject; int I = 4]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = QtTestObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul}; long unsigned int ...ConsI = {0ul}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int, 0ul>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = QtTestObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaobject.cpp:540:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘QString QtTestObject::sl1(QString)’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = QtTestObject; int I = 5]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = QtTestObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul}; long unsigned int ...ConsI = {0ul}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int, 0ul>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = QtTestObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaobject.cpp:540:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void QtTestObject::sl2(QString, QString)’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = QtTestObject; int I = 6]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = QtTestObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul}; long unsigned int ...ConsI = {0ul}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int, 0ul>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = QtTestObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaobject.cpp:540:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void QtTestObject::sl3(QString, QString, QString)’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = QtTestObject; int I = 7]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = QtTestObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul}; long unsigned int ...ConsI = {0ul}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int, 0ul>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = QtTestObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaobject.cpp:540:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void QtTestObject::sl4(QString, QString, QString, QString)’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = QtTestObject; int I = 8]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = QtTestObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul}; long unsigned int ...ConsI = {0ul}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int, 0ul>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = QtTestObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaobject.cpp:540:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void QtTestObject::sl5(QString, QString, QString, QString, const QString&)’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = QtTestObject; int I = 9]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = QtTestObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul}; long unsigned int ...ConsI = {0ul}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int, 0ul>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = QtTestObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaobject.cpp:540:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void QtTestObject::sl6(QString, QString, QString, QString, QString, QString)’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = QtTestObject; int I = 10]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = QtTestObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul}; long unsigned int ...ConsI = {0ul}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int, 0ul>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = QtTestObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaobject.cpp:540:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void QtTestObject::sl7(QString, QString, QString, QString, QString, QString, QString)’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = QtTestObject; int I = 11]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = QtTestObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul}; long unsigned int ...ConsI = {0ul}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int, 0ul>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = QtTestObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaobject.cpp:540:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void QtTestObject::sl8(QString, QString, QString, QString, QString, QString, QString, QString)’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = QtTestObject; int I = 12]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = QtTestObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul}; long unsigned int ...ConsI = {0ul}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int, 0ul>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = QtTestObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaobject.cpp:540:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void QtTestObject::sl9(QString, QString, QString, QString, QString, QString, QString, QString, QString)’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = QtTestObject; int I = 13]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = QtTestObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul}; long unsigned int ...ConsI = {0ul}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int, 0ul>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = QtTestObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaobject.cpp:540:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void QtTestObject::sl10(QString, QString, QString, QString, QString, QString, QString, QString, QString, QString)’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = QtTestObject; int I = 14]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = QtTestObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul}; long unsigned int ...ConsI = {0ul}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int, 0ul>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = QtTestObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaobject.cpp:540:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘QObject* QtTestObject::sl11()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = QtTestObject; int I = 15]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = QtTestObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul}; long unsigned int ...ConsI = {0ul}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int, 0ul>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = QtTestObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaobject.cpp:540:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘const char* QtTestObject::sl12()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = QtTestObject; int I = 16]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = QtTestObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul}; long unsigned int ...ConsI = {0ul}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int, 0ul>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = QtTestObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaobject.cpp:540:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘QList<QString> QtTestObject::sl13(QList<QString>)’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = QtTestObject; int I = 18]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = QtTestObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul}; long unsigned int ...ConsI = {0ul}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int, 0ul>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = QtTestObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaobject.cpp:540:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void QtTestObject::testSender()’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = QtTestObject; int I = 19]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = QtTestObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul}; long unsigned int ...ConsI = {0ul}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int, 0ul>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = QtTestObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaobject.cpp:540:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void QtTestObject::testReference(QString&)’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = QtTestObject; int I = 22]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = QtTestObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul}; long unsigned int ...ConsI = {0ul}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int, 0ul>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = QtTestObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaobject.cpp:540:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void QtTestObject::slotWithUnregisteredParameterType(MyUnregisteredType)’ will never be NULL [-Waddress]
../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = QtTestCustomObject; int I = 1]’:
../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = QtTestCustomObject; long unsigned int ...MethI = {0ul, 1ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = QtTestCustomObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
tst_qmetaobject.cpp:974:1: required from here
../../../src/wobjectimpl.h:573:14: warning: the address of ‘void QtTestCustomObject::sl1(MyType)’ will never be NULL [-Waddress]
In file included from /usr/include/qt/QtCore/qobjectdefs.h:43:0,
from /usr/include/qt/QtCore/qobject.h:40,
from /usr/include/qt/QtCore/qabstractanimation.h:37,
from /usr/include/qt/QtCore/QtCore:4,
from /usr/include/qt/QtTest/QtTestDepends:3,
from /usr/include/qt/QtTest/QtTest:3,
from tst_qmetaobject.cpp:29:
/usr/include/qt/QtCore/qobjectdefs_impl.h: In static member function ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = QtTestObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul}; long unsigned int ...ConsI = {0ul}; long unsigned int ...PropI = {}]’:
/usr/include/qt/QtCore/qobjectdefs_impl.h:501:95: internal compiler error: in assign_temp, at function.c:961
(o->*f)((*reinterpret_cast<typename RemoveRef<SignalArgs>::Type *>(arg[II+1]))...), ApplyReturnValue<R>(arg[0]);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://bugs.archlinux.org/> for instructions.
Makefile:928: recipe for target 'tst_qmetaobject.o' failed
make[3]: *** [tst_qmetaobject.o] Error 1
make[3]: Leaving directory '/ms/code/verdigris/tests/qt/qmetaobject'
Makefile:45: recipe for target 'sub-qmetaobject-make_first' failed
make[2]: *** [sub-qmetaobject-make_first] Error 2
make[2]: *** Waiting for unfinished jobs....
g++ -Wl,-O1 -Wl,-O1,--sort-common,--as-needed,-z,relro -o tst_qmetamethod tst_qmetamethod.o -lQt5Test -lQt5Core -lpthread
make[3]: Leaving directory '/ms/code/verdigris/tests/qt/qmetamethod'
In file included from ../tst_qobject.cpp:53:0:
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 0]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::initTestCase()’ will never be NULL [-Waddress]
&& f == *reinterpret_cast<decltype(f)*>(func))
~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 1]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::disconnect()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 2]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::connectSlotsByName()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 3]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::connectSignalsToSignalsWithDefaultArguments()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 4]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::receivers()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 5]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::normalize()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 6]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::qobject_castTemplate()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 7]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::findChildren()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 8]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::connectDisconnectNotify_data()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 9]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::connectDisconnectNotify()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 10]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::connectDisconnectNotifyPMF()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 11]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::disconnectNotify_receiverDestroyed()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 12]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::connectNotify_connectSlotsByName()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 13]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::connectDisconnectNotify_shadowing()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 14]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::emitInDefinedOrder()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 15]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::customTypes()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 16]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::streamCustomTypes()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 17]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::metamethod()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 18]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::namespaces()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 19]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::threadSignalEmissionCrash()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 20]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::thread()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 21]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::thread0()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 22]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::moveToThread()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 23]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::senderTest()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 24]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::declareInterface()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 25]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::qpointerResetBeforeDestroyedSignal()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 26]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::testUserData()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 27]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::childDeletesItsSibling()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 28]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::dynamicProperties()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 29]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::floatProperty()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 30]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::qrealProperty()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 31]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::property()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 32]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::recursiveSignalEmission()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 33]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::signalBlocking()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 34]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::blockingQueuedConnection()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 35]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::childEvents()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 36]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::installEventFilter()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 37]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::deleteSelfInSlot()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 38]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::disconnectSelfInSlotAndDeleteAfterEmit()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 39]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::dumpObjectInfo()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 40]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::connectToSender()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 41]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::qobjectConstCast()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 42]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::uniqConnection()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 43]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::uniqConnectionPtr()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 44]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::interfaceIid()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 45]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::deleteQObjectWhenDeletingEvent()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 46]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::overloads()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 47]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::isSignalConnected()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 48]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::qMetaObjectConnect()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 49]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::qMetaObjectDisconnectOne()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 50]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::sameName()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 51]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::connectByMetaMethods()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 52]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::connectByMetaMethodSlotInsteadOfSignal()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 53]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::connectConstructorByMetaMethod()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 54]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::disconnectByMetaMethod()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 55]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::disconnectNotSignalMetaMethod()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 56]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::autoConnectionBehavior()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 57]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::baseDestroyed()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 58]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::pointerConnect()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 59]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::pointerDisconnect()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 60]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::emitInDefinedOrderPointer()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 61]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::customTypesPointer()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 62]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::connectCxx0x()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 63]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::connectToStaticCxx0x()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 64]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::connectCxx0xTypeMatching()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 65]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::connectConvert()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 66]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::connectWithReference()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 67]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::connectManyArguments()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 68]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::connectForwardDeclare()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 69]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::connectNoDefaultConstructorArg()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 70]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::returnValue_data()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 71]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::returnValue()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 72]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::returnValue2_data()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 73]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::returnValue2()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 74]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::connectVirtualSlots()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 75]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::connectPrivateSlots()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 76]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::connectFunctorArgDifference()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 77]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::connectFunctorOverloads()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 78]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::connectFunctorQueued()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 79]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::connectFunctorWithContext()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 80]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::connectFunctorDeadlock()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 81]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::connectStaticSlotWithObject()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 82]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::disconnectDoesNotLeakFunctor()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 83]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::contextDoesNotLeakFunctor()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 84]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::connectBase()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 85]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::qmlConnect()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 86]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::exceptions()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 87]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::noDeclarativeParentChangedOnDestruction()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = tst_QObject; int I = 88]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = tst_QObject; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul, 4ul, 5ul, 6ul, 7ul, 8ul, 9ul, 10ul, 11ul, 12ul, 13ul, 14ul, 15ul, 16ul, 17ul, 18ul, 19ul, 20ul, 21ul, 22ul, 23ul, 24ul, 25ul, 26ul, 27ul, 28ul, 29ul, 30ul, 31ul, 32ul, 33ul, 34ul, 35ul, 36ul, 37ul, 38ul, 39ul, 40ul, 41ul, 42ul, 43ul, 44ul, 45ul, 46ul, 47ul, 48ul, 49ul, 50ul, 51ul, 52ul, 53ul, 54ul, 55ul, 56ul, 57ul, 58ul, 59ul, 60ul, 61ul, 62ul, 63ul, 64ul, 65ul, 66ul, 67ul, 68ul, 69ul, 70ul, 71ul, 72ul, 73ul, 74ul, 75ul, 76ul, 77ul, 78ul, 79ul, 80ul, 81ul, 82ul, 83ul, 84ul, 85ul, 86ul, 87ul, 88ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = tst_QObject; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6733:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void tst_QObject::deleteLaterInAboutToBlockHandler()’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = QCustomTypeChecker; int I = 2]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = QCustomTypeChecker; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = QCustomTypeChecker; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6742:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void QCustomTypeChecker::slot1(CustomType)’ will never be NULL [-Waddress]
../../../../src/wobjectimpl.h: In instantiation of ‘static int w_internal::FriendHelper::indexOfMethod(void**) [with T = QCustomTypeChecker; int I = 3]’:
../../../../src/wobjectimpl.h:675:73: required from ‘static void w_internal::FriendHelper::qt_static_metacall_impl(QObject*, QMetaObject::Call, int, void**, std::index_sequence<I2 ...>, std::index_sequence<I ...>, std::index_sequence<N ...>) [with T = QCustomTypeChecker; long unsigned int ...MethI = {0ul, 1ul, 2ul, 3ul}; long unsigned int ...ConsI = {}; long unsigned int ...PropI = {}; std::index_sequence<I2 ...> = std::integer_sequence<long unsigned int, 0ul, 1ul, 2ul, 3ul>; std::index_sequence<I ...> = std::integer_sequence<long unsigned int>; std::index_sequence<N ...> = std::integer_sequence<long unsigned int>]’
../../../../src/wobjectimpl.h:737:52: required from ‘auto w_internal::qt_static_metacall_impl(Ts&& ...) [with T = QCustomTypeChecker; Ts = {QObject*&, QMetaObject::Call&, int&, void**&}]’
../tst_qobject.cpp:6742:1: required from here
../../../../src/wobjectimpl.h:573:14: warning: the address of ‘void QCustomTypeChecker::slot2(const QList<CustomType>&)’ will never be NULL [-Waddress]
In file included from /usr/include/qt/QtCore/qobjectdefs.h:43:0,
from /usr/include/qt/QtCore/qobject.h:40,
from /usr/include/qt/QtCore/qabstractanimation.h:37,
from /usr/include/qt/QtCore/QtCore:4,
from /usr/include/qt/QtTest/QtTestDepends:3,
from /usr/include/qt/QtTest/QtTest:3,
from ../tst_qobject.cpp:30:
/usr/include/qt/QtCore/qobjectdefs_impl.h: In static member function ‘static void ExceptionThrower::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)’:
/usr/include/qt/QtCore/qobjectdefs_impl.h:501:95: internal compiler error: in assign_temp, at function.c:961
(o->*f)((*reinterpret_cast<typename RemoveRef<SignalArgs>::Type *>(arg[II+1]))...), ApplyReturnValue<R>(arg[0]);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://bugs.archlinux.org/> for instructions.
Makefile:931: recipe for target 'tst_qobject.o' failed
make[4]: *** [tst_qobject.o] Error 1
make[4]: Leaving directory '/ms/code/verdigris/tests/qt/qobject/test'
Makefile:86: recipe for target 'sub-test-make_first-ordered' failed
make[3]: *** [sub-test-make_first-ordered] Error 2
make[3]: Leaving directory '/ms/code/verdigris/tests/qt/qobject'
Makefile:95: recipe for target 'sub-qobject-make_first' failed
make[2]: *** [sub-qobject-make_first] Error 2
make[2]: Leaving directory '/ms/code/verdigris/tests/qt'
Makefile:69: recipe for target 'sub-qt-make_first' failed
make[1]: *** [sub-qt-make_first] Error 2
make[1]: Leaving directory '/ms/code/verdigris/tests'
Makefile:69: recipe for target 'sub-tests-make_first' failed
make: *** [sub-tests-make_first] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment