robotpkg/wip/py-pythonqt bulk build results
Log for py38-PythonQt-3.2 on Ubuntu-20.04-x86_64: bulk.log (Back)
=> Checking for clear installation
===> Installing bootstrap dependencies for py38-PythonQt-3.2
=> Installing /opt/robotpkg/var/lib/robotpkg/packages/bsd/Ubuntu-20.04-x86_64/All/digest-20080510.tgz
=> Installing /opt/robotpkg/var/lib/robotpkg/packages/bsd/Ubuntu-20.04-x86_64/All/tnftp-20130505~ssl.tgz
===> Checking bootstrap dependencies for py38-PythonQt-3.2
=> Required robotpkg package digest>=20080510: digest-20080510 found
=> Required robotpkg package tnftp>=20091122: tnftp-20130505~ssl found
=> Required system package gnupg>=1: gnupg-2.2.19 found
=> Required system package gzip: gzip-1.10 found
=> Required system package patch>=2.0: patch-2.7.6 found
=> Required system package pkg_install>=20110805.9: pkg_install-20110805.9 found
=> Required system package pkgrepo2deb>=1.8: pkgrepo2deb-1.8 found
=> Required system package unzip: unzip found
===> Done bootstrap-depends for py38-PythonQt-3.2
===> Installing full dependencies for py38-PythonQt-3.2
=> Dependency digest-20080510 already installed
=> Dependency tnftp-20130505~ssl already installed
===> Checking build options for py38-PythonQt-3.2
=> Building with no option.
===> Checking alternatives for py38-PythonQt-3.2
=> Use the GNU C++ compiler: c++-compiler provided by g++>=4.8
=> Use the GNU C compiler: c-compiler provided by gcc>=3
=> Use python-3.8: python>=2.5<3.9 provided by python38>=3.8<3.9
===> Checking dependencies for py38-PythonQt-3.2
=> Required system package g++>=4.8: g++-9 found
=> Required system package gcc>=3: gcc-9 found
=> Required system package A BSD-compatible install program: install-sh found
=> Required system package libstdc++: libstdc++ found
=> Required system package python38>=3.8<3.9: python38-3.8.2 found
=> Required system package qmake>=1: qmake-3.1 found
=> Required system package qt5-multimedia>=5.0.0: qt5-multimedia-5.12.8 found
=> Required system package qt5-qtbase>=5<6: qt5-qtbase-5.12.8 found
=> Required system package qt5-qtbase-private>=5<6: qt5-qtbase-private-5.12.8 found
=> Required system package qt5-svg>=5<6: qt5-svg-5.12.8 found
=> Required system package qt5-xmlpatterns>=5.0.0: qt5-xmlpatterns-5.12.8 found
===> Done depends for py38-PythonQt-3.2
===> Extracting for py38-PythonQt-3.2
=> SHA1 checksums OK
=> RMD160 checksums OK
===> Patching for py38-PythonQt-3.2
=> Applying robotpkg patches for py38-PythonQt-3.2
===> Configuring for py38-PythonQt-3.2
=> fix python version
===> Building for py38-PythonQt-3.2
parser/parser.cpp:802:2: warning: #warning "implement me" [-Wcpp]
802 | #warning "implement me"
| ^~~~~~~
parser/parser.cpp:2353:2: warning: #warning "implement me" [-Wcpp]
2353 | #warning "implement me"
| ^~~~~~~
parser/parser.cpp:2377:2: warning: #warning "implemente me (AST)" [-Wcpp]
2377 | #warning "implemente me (AST)"
| ^~~~~~~
parser/parser.cpp:2553:2: warning: #warning "implement me" [-Wcpp]
2553 | #warning "implement me"
| ^~~~~~~
parser/parser.cpp:2561:2: warning: #warning "implement me" [-Wcpp]
2561 | #warning "implement me"
| ^~~~~~~
parser/parser.cpp:3204:2: warning: #warning "mark the ast as constant" [-Wcpp]
3204 | #warning "mark the ast as constant"
| ^~~~~~~
parser/parser.cpp:3305:2: warning: #warning "Parser::skipFunctionBody() -- implement me" [-Wcpp]
3305 | #warning "Parser::skipFunctionBody() -- implement me"
| ^~~~~~~
parser/parser.cpp:3334:2: warning: #warning "implement me" [-Wcpp]
3334 | #warning "implement me"
| ^~~~~~~
parser/lexer.cpp: In member function 'void Lexer::scan_invalid_input()':
parser/lexer.cpp:777:27: warning: ignoring return value of 'QString QString::arg(int, int, int, QChar) const', declared with attribute nodiscard [-Wunused-result]
777 | errmsg.arg(int(*cursor));
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/QString:1,
from parser/symbol.h:46,
from parser/lexer.h:46,
from parser/lexer.cpp:43:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:975:16: note: declared here
975 | inline QString QString::arg(int a, int fieldWidth, int base, QChar fillChar) const
| ^~~~~~~
parser/parser.cpp: In member function 'bool Parser::parsePtrToMember(PtrToMemberAST*&)':
parser/parser.cpp:2382:15: warning: variable 'global_scope' set but not used [-Wunused-but-set-variable]
2382 | std::size_t global_scope = 0;
| ^~~~~~~~~~~~
parser/lexer.cpp: In member function 'void Lexer::scan_invalid_input()':
parser/lexer.cpp:777:27: warning: ignoring return value of 'QString QString::arg(int, int, int, QChar) const', declared with attribute nodiscard [-Wunused-result]
777 | errmsg.arg(int(*cursor));
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/QString:1,
from parser/symbol.h:46,
from parser/lexer.h:46,
from parser/lexer.cpp:43:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:975:16: note: declared here
975 | inline QString QString::arg(int a, int fieldWidth, int base, QChar fillChar) const
| ^~~~~~~
parser/parser.cpp:802:2: warning: #warning "implement me" [-Wcpp]
802 | #warning "implement me"
| ^~~~~~~
parser/parser.cpp:2353:2: warning: #warning "implement me" [-Wcpp]
2353 | #warning "implement me"
| ^~~~~~~
parser/parser.cpp:2377:2: warning: #warning "implemente me (AST)" [-Wcpp]
2377 | #warning "implemente me (AST)"
| ^~~~~~~
parser/parser.cpp:2553:2: warning: #warning "implement me" [-Wcpp]
2553 | #warning "implement me"
| ^~~~~~~
parser/parser.cpp:2561:2: warning: #warning "implement me" [-Wcpp]
2561 | #warning "implement me"
| ^~~~~~~
parser/parser.cpp:3204:2: warning: #warning "mark the ast as constant" [-Wcpp]
3204 | #warning "mark the ast as constant"
| ^~~~~~~
parser/parser.cpp:3305:2: warning: #warning "Parser::skipFunctionBody() -- implement me" [-Wcpp]
3305 | #warning "Parser::skipFunctionBody() -- implement me"
| ^~~~~~~
parser/parser.cpp:3334:2: warning: #warning "implement me" [-Wcpp]
3334 | #warning "implement me"
| ^~~~~~~
parser/parser.cpp: In member function 'bool Parser::parsePtrToMember(PtrToMemberAST*&)':
parser/parser.cpp:2382:15: warning: variable 'global_scope' set but not used [-Wunused-but-set-variable]
2382 | std::size_t global_scope = 0;
| ^~~~~~~~~~~~
parser/codemodel.cpp: In member function 'void _ArgumentModelItem::setType(const TypeInfo&)':
parser/codemodel.cpp:596:13: warning: implicitly-declared 'TypeInfo& TypeInfo::operator=(const TypeInfo&)' is deprecated [-Wdeprecated-copy]
596 | _M_type = type;
| ^~~~
In file included from parser/codemodel.cpp:43:
parser/codemodel.h:130:3: note: because 'TypeInfo' has user-provided 'TypeInfo::TypeInfo(const TypeInfo&)'
130 | TypeInfo(const TypeInfo &other)
| ^~~~~~~~
parser/codemodel.cpp: In member function 'void _TypeAliasModelItem::setType(const TypeInfo&)':
parser/codemodel.cpp:742:13: warning: implicitly-declared 'TypeInfo& TypeInfo::operator=(const TypeInfo&)' is deprecated [-Wdeprecated-copy]
742 | _M_type = type;
| ^~~~
In file included from parser/codemodel.cpp:43:
parser/codemodel.h:130:3: note: because 'TypeInfo' has user-provided 'TypeInfo::TypeInfo(const TypeInfo&)'
130 | TypeInfo(const TypeInfo &other)
| ^~~~~~~~
parser/codemodel.cpp: In member function 'void _TemplateParameterModelItem::setType(const TypeInfo&)':
parser/codemodel.cpp:790:13: warning: implicitly-declared 'TypeInfo& TypeInfo::operator=(const TypeInfo&)' is deprecated [-Wdeprecated-copy]
790 | _M_type = type;
| ^~~~
In file included from parser/codemodel.cpp:43:
parser/codemodel.h:130:3: note: because 'TypeInfo' has user-provided 'TypeInfo::TypeInfo(const TypeInfo&)'
130 | TypeInfo(const TypeInfo &other)
| ^~~~~~~~
parser/codemodel.cpp: In member function 'void _MemberModelItem::setType(const TypeInfo&)':
parser/codemodel.cpp:884:13: warning: implicitly-declared 'TypeInfo& TypeInfo::operator=(const TypeInfo&)' is deprecated [-Wdeprecated-copy]
884 | _M_type = type;
| ^~~~
In file included from parser/codemodel.cpp:43:
parser/codemodel.h:130:3: note: because 'TypeInfo' has user-provided 'TypeInfo::TypeInfo(const TypeInfo&)'
130 | TypeInfo(const TypeInfo &other)
| ^~~~~~~~
parser/name_compiler.cpp:83:2: warning: #warning "NameCompiler::visitUnqualifiedName() -- implement me" [-Wcpp]
83 | #warning "NameCompiler::visitUnqualifiedName() -- implement me"
| ^~~~~~~
parser/name_compiler.cpp:96:2: warning: #warning "don't use an hardcoded string as cast' name" [-Wcpp]
96 | #warning "don't use an hardcoded string as cast' name"
| ^~~~~~~
parser/declarator_compiler.cpp:133:2: warning: #warning "ptr to mem -- not implemented" [-Wcpp]
133 | #warning "ptr to mem -- not implemented"
| ^~~~~~~
parser/codemodel.cpp: In member function 'void _ArgumentModelItem::setType(const TypeInfo&)':
parser/codemodel.cpp:596:13: warning: implicitly-declared 'TypeInfo& TypeInfo::operator=(const TypeInfo&)' is deprecated [-Wdeprecated-copy]
596 | _M_type = type;
| ^~~~
In file included from parser/codemodel.cpp:43:
parser/codemodel.h:130:3: note: because 'TypeInfo' has user-provided 'TypeInfo::TypeInfo(const TypeInfo&)'
130 | TypeInfo(const TypeInfo &other)
| ^~~~~~~~
parser/codemodel.cpp: In member function 'void _TypeAliasModelItem::setType(const TypeInfo&)':
parser/codemodel.cpp:742:13: warning: implicitly-declared 'TypeInfo& TypeInfo::operator=(const TypeInfo&)' is deprecated [-Wdeprecated-copy]
742 | _M_type = type;
| ^~~~
In file included from parser/codemodel.cpp:43:
parser/codemodel.h:130:3: note: because 'TypeInfo' has user-provided 'TypeInfo::TypeInfo(const TypeInfo&)'
130 | TypeInfo(const TypeInfo &other)
| ^~~~~~~~
parser/codemodel.cpp: In member function 'void _TemplateParameterModelItem::setType(const TypeInfo&)':
parser/codemodel.cpp:790:13: warning: implicitly-declared 'TypeInfo& TypeInfo::operator=(const TypeInfo&)' is deprecated [-Wdeprecated-copy]
790 | _M_type = type;
| ^~~~
In file included from parser/codemodel.cpp:43:
parser/codemodel.h:130:3: note: because 'TypeInfo' has user-provided 'TypeInfo::TypeInfo(const TypeInfo&)'
130 | TypeInfo(const TypeInfo &other)
| ^~~~~~~~
parser/codemodel.cpp: In member function 'void _MemberModelItem::setType(const TypeInfo&)':
parser/codemodel.cpp:884:13: warning: implicitly-declared 'TypeInfo& TypeInfo::operator=(const TypeInfo&)' is deprecated [-Wdeprecated-copy]
884 | _M_type = type;
| ^~~~
In file included from parser/codemodel.cpp:43:
parser/codemodel.h:130:3: note: because 'TypeInfo' has user-provided 'TypeInfo::TypeInfo(const TypeInfo&)'
130 | TypeInfo(const TypeInfo &other)
| ^~~~~~~~
parser/declarator_compiler.cpp: In member function 'virtual void DeclaratorCompiler::visitParameterDeclaration(ParameterDeclarationAST*)':
parser/declarator_compiler.cpp:148:92: warning: implicitly-declared 'TypeInfo& TypeInfo::operator=(const TypeInfo&)' is deprecated [-Wdeprecated-copy]
148 | p.type = CompilerUtils::typeDescription(node->type_specifier, node->declarator, _M_binder);
| ^
In file included from parser/declarator_compiler.h:47,
from parser/declarator_compiler.cpp:43:
parser/codemodel.h:130:3: note: because 'TypeInfo' has user-provided 'TypeInfo::TypeInfo(const TypeInfo&)'
130 | TypeInfo(const TypeInfo &other)
| ^~~~~~~~
parser/name_compiler.cpp:83:2: warning: #warning "NameCompiler::visitUnqualifiedName() -- implement me" [-Wcpp]
83 | #warning "NameCompiler::visitUnqualifiedName() -- implement me"
| ^~~~~~~
parser/name_compiler.cpp:96:2: warning: #warning "don't use an hardcoded string as cast' name" [-Wcpp]
96 | #warning "don't use an hardcoded string as cast' name"
| ^~~~~~~
parser/declarator_compiler.cpp:133:2: warning: #warning "ptr to mem -- not implemented" [-Wcpp]
133 | #warning "ptr to mem -- not implemented"
| ^~~~~~~
parser/declarator_compiler.cpp: In member function 'virtual void DeclaratorCompiler::visitParameterDeclaration(ParameterDeclarationAST*)':
parser/declarator_compiler.cpp:148:92: warning: implicitly-declared 'TypeInfo& TypeInfo::operator=(const TypeInfo&)' is deprecated [-Wdeprecated-copy]
148 | p.type = CompilerUtils::typeDescription(node->type_specifier, node->declarator, _M_binder);
| ^
In file included from parser/declarator_compiler.h:47,
from parser/declarator_compiler.cpp:43:
parser/codemodel.h:130:3: note: because 'TypeInfo' has user-provided 'TypeInfo::TypeInfo(const TypeInfo&)'
130 | TypeInfo(const TypeInfo &other)
| ^~~~~~~~
In file included from parser/declarator_compiler.cpp:43:
parser/declarator_compiler.h: In instantiation of 'void QList<T>::node_construct(QList<T>::Node*, const T&) [with T = DeclaratorCompiler::Parameter]':
/usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:587:13: required from 'void QList<T>::append(const T&) [with T = DeclaratorCompiler::Parameter]'
parser/declarator_compiler.cpp:176:25: required from here
parser/declarator_compiler.h:58:10: warning: implicitly-declared 'TypeInfo& TypeInfo::operator=(const TypeInfo&)' is deprecated [-Wdeprecated-copy]
58 | struct Parameter
| ^~~~~~~~~
In file included from parser/declarator_compiler.h:47,
from parser/declarator_compiler.cpp:43:
parser/codemodel.h:130:3: note: because 'TypeInfo' has user-provided 'TypeInfo::TypeInfo(const TypeInfo&)'
130 | TypeInfo(const TypeInfo &other)
| ^~~~~~~~
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qhash.h:46,
from /usr/include/x86_64-linux-gnu/qt5/QtCore/qshareddata.h:46,
from /usr/include/x86_64-linux-gnu/qt5/QtCore/QSharedData:1,
from parser/codemodel_pointer.h:45,
from parser/codemodel_fwd.h:46,
from parser/codemodel.h:46,
from parser/declarator_compiler.h:47,
from parser/declarator_compiler.cpp:43:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:444:35: note: synthesized method 'DeclaratorCompiler::Parameter& DeclaratorCompiler::Parameter::operator=(const DeclaratorCompiler::Parameter&)' first required here
444 | else *reinterpret_cast<T*>(n) = t;
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from parser/rpp/pp.h:103,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-engine-bits.h: In instantiation of 'void rpp::pp::file(const string&, _OutputIterator) [with _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; std::string = std::__cxx11::basic_string<char>]':
main.h:133:71: required from here
parser/rpp/pp-engine-bits.h:84:7: warning: implicitly-declared 'constexpr rpp::pp_output_iterator<std::__cxx11::basic_string<char> >::pp_output_iterator(const rpp::pp_output_iterator<std::__cxx11::basic_string<char> >&)' is deprecated [-Wdeprecated-copy]
84 | file (fp, __result);
| ^~~~
In file included from parser/rpp/pp.h:97,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-iterator.h:75:30: note: because 'rpp::pp_output_iterator<std::__cxx11::basic_string<char> >' has user-provided 'rpp::pp_output_iterator<_Container>& rpp::pp_output_iterator<_Container>::operator=(const rpp::pp_output_iterator<_Container>&) [with _Container = std::__cxx11::basic_string<char>]'
75 | inline pp_output_iterator &operator=(const pp_output_iterator& other)
| ^~~~~~~~
In file included from parser/rpp/pp.h:103,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-engine-bits.h:92:42: note: initializing argument 2 of 'void rpp::pp::file(FILE*, _OutputIterator) [with _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; FILE = _IO_FILE]'
92 | void pp::file (FILE *fp, _OutputIterator __result)
| ~~~~~~~~~~~~~~~~^~~~~~~~
parser/rpp/pp-engine-bits.h: In instantiation of 'void rpp::pp::file(FILE*, _OutputIterator) [with _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; FILE = _IO_FILE]':
parser/rpp/pp-engine-bits.h:84:7: required from 'void rpp::pp::file(const string&, _OutputIterator) [with _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; std::string = std::__cxx11::basic_string<char>]'
main.h:133:71: required from here
parser/rpp/pp-engine-bits.h:116:3: warning: implicitly-declared 'constexpr rpp::pp_output_iterator<std::__cxx11::basic_string<char> >::pp_output_iterator(const rpp::pp_output_iterator<std::__cxx11::basic_string<char> >&)' is deprecated [-Wdeprecated-copy]
116 | this->operator () (buffer.c_str(), buffer.c_str() + buffer.size(), __result);
| ^~~~
In file included from parser/rpp/pp.h:97,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-iterator.h:75:30: note: because 'rpp::pp_output_iterator<std::__cxx11::basic_string<char> >' has user-provided 'rpp::pp_output_iterator<_Container>& rpp::pp_output_iterator<_Container>::operator=(const rpp::pp_output_iterator<_Container>&) [with _Container = std::__cxx11::basic_string<char>]'
75 | inline pp_output_iterator &operator=(const pp_output_iterator& other)
| ^~~~~~~~
In file included from parser/rpp/pp.h:103,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-engine-bits.h:456:86: note: initializing argument 3 of 'void rpp::pp::operator()(_InputIterator, _InputIterator, _OutputIterator) [with _InputIterator = const char*; _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >]'
456 | void pp::operator () (_InputIterator __first, _InputIterator __last, _OutputIterator __result)
| ~~~~~~~~~~~~~~~~^~~~~~~~
parser/rpp/pp-engine-bits.h: In instantiation of 'void rpp::pp::operator()(_InputIterator, _InputIterator, _OutputIterator) [with _InputIterator = const char*; _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >]':
parser/rpp/pp-engine-bits.h:116:3: required from 'void rpp::pp::file(FILE*, _OutputIterator) [with _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; FILE = _IO_FILE]'
parser/rpp/pp-engine-bits.h:84:7: required from 'void rpp::pp::file(const string&, _OutputIterator) [with _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; std::string = std::__cxx11::basic_string<char>]'
main.h:133:71: required from here
parser/rpp/pp-engine-bits.h:500:11: warning: implicitly-declared 'constexpr rpp::pp_output_iterator<std::__cxx11::basic_string<char> >::pp_output_iterator(const rpp::pp_output_iterator<std::__cxx11::basic_string<char> >&)' is deprecated [-Wdeprecated-copy]
500 | (void) handle_directive (__buffer, __size, end_id, __first, __result);
In file included from parser/rpp/pp.h:97,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-iterator.h:75:30: note: because 'rpp::pp_output_iterator<std::__cxx11::basic_string<char> >' has user-provided 'rpp::pp_output_iterator<_Container>& rpp::pp_output_iterator<_Container>::operator=(const rpp::pp_output_iterator<_Container>&) [with _Container = std::__cxx11::basic_string<char>]'
75 | inline pp_output_iterator &operator=(const pp_output_iterator& other)
| ^~~~~~~~
In file included from parser/rpp/pp.h:103,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-engine-bits.h:336:72: note: initializing argument 5 of '_InputIterator rpp::pp::handle_directive(const char*, std::size_t, _InputIterator, _InputIterator, _OutputIterator) [with _InputIterator = const char*; _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; std::size_t = long unsigned int]'
336 | _InputIterator __first, _InputIterator __last, _OutputIterator __result)
| ~~~~~~~~~~~~~~~~^~~~~~~~
parser/rpp/pp-engine-bits.h:505:41: warning: implicitly-declared 'constexpr rpp::pp_output_iterator<std::__cxx11::basic_string<char> >::pp_output_iterator(const rpp::pp_output_iterator<std::__cxx11::basic_string<char> >&)' is deprecated [-Wdeprecated-copy]
505 | _PP_internal::output_line (env.current_file, env.current_line, __result);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from parser/rpp/pp.h:97,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-iterator.h:75:30: note: because 'rpp::pp_output_iterator<std::__cxx11::basic_string<char> >' has user-provided 'rpp::pp_output_iterator<_Container>& rpp::pp_output_iterator<_Container>::operator=(const rpp::pp_output_iterator<_Container>&) [with _Container = std::__cxx11::basic_string<char>]'
75 | inline pp_output_iterator &operator=(const pp_output_iterator& other)
| ^~~~~~~~
In file included from parser/rpp/pp.h:96,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-internal.h:65:77: note: initializing argument 3 of 'void rpp::_PP_internal::output_line(const string&, int, _OutputIterator) [with _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; std::string = std::__cxx11::basic_string<char>]'
65 | void output_line(const std::string &__filename, int __line, _OutputIterator __result)
| ~~~~~~~~~~~~~~~~^~~~~~~~
In file included from parser/rpp/pp.h:103,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-engine-bits.h:518:37: warning: implicitly-declared 'constexpr rpp::pp_output_iterator<std::__cxx11::basic_string<char> >::pp_output_iterator(const rpp::pp_output_iterator<std::__cxx11::basic_string<char> >&)' is deprecated [-Wdeprecated-copy]
518 | _PP_internal::output_line (env.current_file, env.current_line, __result);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from parser/rpp/pp.h:97,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-iterator.h:75:30: note: because 'rpp::pp_output_iterator<std::__cxx11::basic_string<char> >' has user-provided 'rpp::pp_output_iterator<_Container>& rpp::pp_output_iterator<_Container>::operator=(const rpp::pp_output_iterator<_Container>&) [with _Container = std::__cxx11::basic_string<char>]'
75 | inline pp_output_iterator &operator=(const pp_output_iterator& other)
| ^~~~~~~~
In file included from parser/rpp/pp.h:96,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-internal.h:65:77: note: initializing argument 3 of 'void rpp::_PP_internal::output_line(const string&, int, _OutputIterator) [with _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; std::string = std::__cxx11::basic_string<char>]'
65 | void output_line(const std::string &__filename, int __line, _OutputIterator __result)
| ~~~~~~~~~~~~~~~~^~~~~~~~
In file included from parser/rpp/pp.h:103,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-engine-bits.h:519:19: warning: implicitly-declared 'constexpr rpp::pp_output_iterator<std::__cxx11::basic_string<char> >::pp_output_iterator(const rpp::pp_output_iterator<std::__cxx11::basic_string<char> >&)' is deprecated [-Wdeprecated-copy]
519 | __first = expand (__first, __last, __result);
In file included from parser/rpp/pp.h:97,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-iterator.h:75:30: note: because 'rpp::pp_output_iterator<std::__cxx11::basic_string<char> >' has user-provided 'rpp::pp_output_iterator<_Container>& rpp::pp_output_iterator<_Container>::operator=(const rpp::pp_output_iterator<_Container>&) [with _Container = std::__cxx11::basic_string<char>]'
75 | inline pp_output_iterator &operator=(const pp_output_iterator& other)
| ^~~~~~~~
In file included from parser/rpp/pp.h:101,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-macro-expander.h:108:94: note: initializing argument 3 of '_InputIterator rpp::pp_macro_expander::operator()(_InputIterator, _InputIterator, _OutputIterator) [with _InputIterator = const char*; _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >]'
108 | _InputIterator operator () (_InputIterator __first, _InputIterator __last, _OutputIterator __result)
| ~~~~~~~~~~~~~~~~^~~~~~~~
In file included from parser/rpp/pp.h:103,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-engine-bits.h:523:39: warning: implicitly-declared 'constexpr rpp::pp_output_iterator<std::__cxx11::basic_string<char> >::pp_output_iterator(const rpp::pp_output_iterator<std::__cxx11::basic_string<char> >&)' is deprecated [-Wdeprecated-copy]
523 | _PP_internal::output_line (env.current_file, env.current_line, __result);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from parser/rpp/pp.h:97,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-iterator.h:75:30: note: because 'rpp::pp_output_iterator<std::__cxx11::basic_string<char> >' has user-provided 'rpp::pp_output_iterator<_Container>& rpp::pp_output_iterator<_Container>::operator=(const rpp::pp_output_iterator<_Container>&) [with _Container = std::__cxx11::basic_string<char>]'
75 | inline pp_output_iterator &operator=(const pp_output_iterator& other)
| ^~~~~~~~
In file included from parser/rpp/pp.h:96,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-internal.h:65:77: note: initializing argument 3 of 'void rpp::_PP_internal::output_line(const string&, int, _OutputIterator) [with _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; std::string = std::__cxx11::basic_string<char>]'
65 | void output_line(const std::string &__filename, int __line, _OutputIterator __result)
| ~~~~~~~~~~~~~~~~^~~~~~~~
In file included from parser/rpp/pp.h:103,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-engine-bits.h: In instantiation of '_InputIterator rpp::pp::handle_directive(const char*, std::size_t, _InputIterator, _InputIterator, _OutputIterator) [with _InputIterator = const char*; _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; std::size_t = long unsigned int]':
parser/rpp/pp-engine-bits.h:500:11: required from 'void rpp::pp::operator()(_InputIterator, _InputIterator, _OutputIterator) [with _InputIterator = const char*; _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >]'
parser/rpp/pp-engine-bits.h:116:3: required from 'void rpp::pp::file(FILE*, _OutputIterator) [with _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; FILE = _IO_FILE]'
parser/rpp/pp-engine-bits.h:84:7: required from 'void rpp::pp::file(const string&, _OutputIterator) [with _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; std::string = std::__cxx11::basic_string<char>]'
main.h:133:71: required from here
parser/rpp/pp-engine-bits.h:351:81: warning: implicitly-declared 'constexpr rpp::pp_output_iterator<std::__cxx11::basic_string<char> >::pp_output_iterator(const rpp::pp_output_iterator<std::__cxx11::basic_string<char> >&)' is deprecated [-Wdeprecated-copy]
351 | return handle_include (d == PP_INCLUDE_NEXT, __first, __last, __result);
| ^
In file included from parser/rpp/pp.h:97,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-iterator.h:75:30: note: because 'rpp::pp_output_iterator<std::__cxx11::basic_string<char> >' has user-provided 'rpp::pp_output_iterator<_Container>& rpp::pp_output_iterator<_Container>::operator=(const rpp::pp_output_iterator<_Container>&) [with _Container = std::__cxx11::basic_string<char>]'
75 | inline pp_output_iterator &operator=(const pp_output_iterator& other)
| ^~~~~~~~
In file included from parser/rpp/pp.h:103,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-engine-bits.h:386:23: note: initializing argument 4 of '_InputIterator rpp::pp::handle_include(bool, _InputIterator, _InputIterator, _OutputIterator) [with _InputIterator = const char*; _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >]'
386 | _OutputIterator __result)
| ~~~~~~~~~~~~~~~~^~~~~~~~
In file included from parser/rpp/pp.h:96,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-internal.h: In instantiation of 'void rpp::_PP_internal::output_line(const string&, int, _OutputIterator) [with _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; std::string = std::__cxx11::basic_string<char>]':
parser/rpp/pp-engine-bits.h:505:41: required from 'void rpp::pp::operator()(_InputIterator, _InputIterator, _OutputIterator) [with _InputIterator = const char*; _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >]'
parser/rpp/pp-engine-bits.h:116:3: required from 'void rpp::pp::file(FILE*, _OutputIterator) [with _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; FILE = _IO_FILE]'
parser/rpp/pp-engine-bits.h:84:7: required from 'void rpp::pp::file(const string&, _OutputIterator) [with _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; std::string = std::__cxx11::basic_string<char>]'
main.h:133:71: required from here
parser/rpp/pp-internal.h:83:13: warning: implicitly-declared 'constexpr rpp::pp_output_iterator<std::__cxx11::basic_string<char> >::pp_output_iterator(const rpp::pp_output_iterator<std::__cxx11::basic_string<char> >&)' is deprecated [-Wdeprecated-copy]
83 | std::copy (__msg.begin (), __msg.end (), __result);
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from parser/rpp/pp.h:97,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-iterator.h:75:30: note: because 'rpp::pp_output_iterator<std::__cxx11::basic_string<char> >' has user-provided 'rpp::pp_output_iterator<_Container>& rpp::pp_output_iterator<_Container>::operator=(const rpp::pp_output_iterator<_Container>&) [with _Container = std::__cxx11::basic_string<char>]'
75 | inline pp_output_iterator &operator=(const pp_output_iterator& other)
| ^~~~~~~~
In file included from /usr/include/c++/9/bits/stl_tree.h:63,
from /usr/include/c++/9/set:60,
from parser/rpp/pp.h:50,
from main.h:45,
from main.cpp:42:
/usr/include/c++/9/bits/stl_algobase.h:465:39: note: initializing argument 3 of '_OI std::copy(_II, _II, _OI) [with _II = __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> >; _OI = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >]'
465 | copy(_II __first, _II __last, _OI __result)
| ~~~~^~~~~~~~
In file included from parser/rpp/pp.h:97,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-iterator.h: In instantiation of 'rpp::pp_output_iterator<_Container> rpp::pp_output_iterator<_Container>::operator++(int) [with _Container = std::__cxx11::basic_string<char>]':
parser/rpp/pp-engine-bits.h:511:20: required from 'void rpp::pp::operator()(_InputIterator, _InputIterator, _OutputIterator) [with _InputIterator = const char*; _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >]'
parser/rpp/pp-engine-bits.h:116:3: required from 'void rpp::pp::file(FILE*, _OutputIterator) [with _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; FILE = _IO_FILE]'
parser/rpp/pp-engine-bits.h:84:7: required from 'void rpp::pp::file(const string&, _OutputIterator) [with _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; std::string = std::__cxx11::basic_string<char>]'
main.h:133:71: required from here
parser/rpp/pp-iterator.h:93:57: warning: implicitly-declared 'constexpr rpp::pp_output_iterator<std::__cxx11::basic_string<char> >::pp_output_iterator(const rpp::pp_output_iterator<std::__cxx11::basic_string<char> >&)' is deprecated [-Wdeprecated-copy]
93 | inline pp_output_iterator operator ++ (int) { return *this; }
| ^~~~
parser/rpp/pp-iterator.h:75:30: note: because 'rpp::pp_output_iterator<std::__cxx11::basic_string<char> >' has user-provided 'rpp::pp_output_iterator<_Container>& rpp::pp_output_iterator<_Container>::operator=(const rpp::pp_output_iterator<_Container>&) [with _Container = std::__cxx11::basic_string<char>]'
75 | inline pp_output_iterator &operator=(const pp_output_iterator& other)
| ^~~~~~~~
In file included from parser/rpp/pp.h:101,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-macro-expander.h: In instantiation of '_InputIterator rpp::pp_macro_expander::operator()(_InputIterator, _InputIterator, _OutputIterator) [with _InputIterator = const char*; _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >]':
parser/rpp/pp-engine-bits.h:519:19: required from 'void rpp::pp::operator()(_InputIterator, _InputIterator, _OutputIterator) [with _InputIterator = const char*; _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >]'
parser/rpp/pp-engine-bits.h:116:3: required from 'void rpp::pp::file(FILE*, _OutputIterator) [with _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; FILE = _IO_FILE]'
parser/rpp/pp-engine-bits.h:84:7: required from 'void rpp::pp::file(const string&, _OutputIterator) [with _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; std::string = std::__cxx11::basic_string<char>]'
main.h:133:71: required from here
parser/rpp/pp-macro-expander.h:176:23: warning: implicitly-declared 'constexpr rpp::pp_output_iterator<std::__cxx11::basic_string<char> >::pp_output_iterator(const rpp::pp_output_iterator<std::__cxx11::basic_string<char> >&)' is deprecated [-Wdeprecated-copy]
176 | std::copy (__first, next_pos, __result);
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from parser/rpp/pp.h:97,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-iterator.h:75:30: note: because 'rpp::pp_output_iterator<std::__cxx11::basic_string<char> >' has user-provided 'rpp::pp_output_iterator<_Container>& rpp::pp_output_iterator<_Container>::operator=(const rpp::pp_output_iterator<_Container>&) [with _Container = std::__cxx11::basic_string<char>]'
75 | inline pp_output_iterator &operator=(const pp_output_iterator& other)
| ^~~~~~~~
In file included from /usr/include/c++/9/bits/stl_tree.h:63,
from /usr/include/c++/9/set:60,
from parser/rpp/pp.h:50,
from main.h:45,
from main.cpp:42:
/usr/include/c++/9/bits/stl_algobase.h:465:39: note: initializing argument 3 of '_OI std::copy(_II, _II, _OI) [with _II = const char*; _OI = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >]'
465 | copy(_II __first, _II __last, _OI __result)
| ~~~~^~~~~~~~
In file included from parser/rpp/pp.h:101,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-macro-expander.h:183:23: warning: implicitly-declared 'constexpr rpp::pp_output_iterator<std::__cxx11::basic_string<char> >::pp_output_iterator(const rpp::pp_output_iterator<std::__cxx11::basic_string<char> >&)' is deprecated [-Wdeprecated-copy]
183 | std::copy (__first, next_pos, __result);
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from parser/rpp/pp.h:97,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-iterator.h:75:30: note: because 'rpp::pp_output_iterator<std::__cxx11::basic_string<char> >' has user-provided 'rpp::pp_output_iterator<_Container>& rpp::pp_output_iterator<_Container>::operator=(const rpp::pp_output_iterator<_Container>&) [with _Container = std::__cxx11::basic_string<char>]'
75 | inline pp_output_iterator &operator=(const pp_output_iterator& other)
| ^~~~~~~~
In file included from /usr/include/c++/9/bits/stl_tree.h:63,
from /usr/include/c++/9/set:60,
from parser/rpp/pp.h:50,
from main.h:45,
from main.cpp:42:
/usr/include/c++/9/bits/stl_algobase.h:465:39: note: initializing argument 3 of '_OI std::copy(_II, _II, _OI) [with _II = const char*; _OI = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >]'
465 | copy(_II __first, _II __last, _OI __result)
| ~~~~^~~~~~~~
In file included from parser/rpp/pp.h:101,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-macro-expander.h:209:23: warning: implicitly-declared 'constexpr rpp::pp_output_iterator<std::__cxx11::basic_string<char> >::pp_output_iterator(const rpp::pp_output_iterator<std::__cxx11::basic_string<char> >&)' is deprecated [-Wdeprecated-copy]
209 | std::copy (__first, next_pos, __result);
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from parser/rpp/pp.h:97,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-iterator.h:75:30: note: because 'rpp::pp_output_iterator<std::__cxx11::basic_string<char> >' has user-provided 'rpp::pp_output_iterator<_Container>& rpp::pp_output_iterator<_Container>::operator=(const rpp::pp_output_iterator<_Container>&) [with _Container = std::__cxx11::basic_string<char>]'
75 | inline pp_output_iterator &operator=(const pp_output_iterator& other)
| ^~~~~~~~
In file included from /usr/include/c++/9/bits/stl_tree.h:63,
from /usr/include/c++/9/set:60,
from parser/rpp/pp.h:50,
from main.h:45,
from main.cpp:42:
/usr/include/c++/9/bits/stl_algobase.h:465:39: note: initializing argument 3 of '_OI std::copy(_II, _II, _OI) [with _II = const char*; _OI = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >]'
465 | copy(_II __first, _II __last, _OI __result)
| ~~~~^~~~~~~~
In file included from parser/rpp/pp.h:101,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-macro-expander.h:246:27: warning: implicitly-declared 'constexpr rpp::pp_output_iterator<std::__cxx11::basic_string<char> >::pp_output_iterator(const rpp::pp_output_iterator<std::__cxx11::basic_string<char> >&)' is deprecated [-Wdeprecated-copy]
246 | std::copy (actual->begin (), actual->end (), __result);
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from parser/rpp/pp.h:97,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-iterator.h:75:30: note: because 'rpp::pp_output_iterator<std::__cxx11::basic_string<char> >' has user-provided 'rpp::pp_output_iterator<_Container>& rpp::pp_output_iterator<_Container>::operator=(const rpp::pp_output_iterator<_Container>&) [with _Container = std::__cxx11::basic_string<char>]'
75 | inline pp_output_iterator &operator=(const pp_output_iterator& other)
| ^~~~~~~~
In file included from /usr/include/c++/9/bits/stl_tree.h:63,
from /usr/include/c++/9/set:60,
from parser/rpp/pp.h:50,
from main.h:45,
from main.cpp:42:
/usr/include/c++/9/bits/stl_algobase.h:465:39: note: initializing argument 3 of '_OI std::copy(_II, _II, _OI) [with _II = __gnu_cxx::__normal_iterator<const char*, std::__cxx11::basic_string<char> >; _OI = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >]'
465 | copy(_II __first, _II __last, _OI __result)
| ~~~~^~~~~~~~
In file included from parser/rpp/pp.h:101,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-macro-expander.h:264:35: warning: implicitly-declared 'constexpr rpp::pp_output_iterator<std::__cxx11::basic_string<char> >::pp_output_iterator(const rpp::pp_output_iterator<std::__cxx11::basic_string<char> >&)' is deprecated [-Wdeprecated-copy]
264 | std::copy (&buf [0], end, __result);
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from parser/rpp/pp.h:97,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-iterator.h:75:30: note: because 'rpp::pp_output_iterator<std::__cxx11::basic_string<char> >' has user-provided 'rpp::pp_output_iterator<_Container>& rpp::pp_output_iterator<_Container>::operator=(const rpp::pp_output_iterator<_Container>&) [with _Container = std::__cxx11::basic_string<char>]'
75 | inline pp_output_iterator &operator=(const pp_output_iterator& other)
| ^~~~~~~~
In file included from /usr/include/c++/9/bits/stl_tree.h:63,
from /usr/include/c++/9/set:60,
from parser/rpp/pp.h:50,
from main.h:45,
from main.cpp:42:
/usr/include/c++/9/bits/stl_algobase.h:465:39: note: initializing argument 3 of '_OI std::copy(_II, _II, _OI) [with _II = char*; _OI = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >]'
465 | copy(_II __first, _II __last, _OI __result)
| ~~~~^~~~~~~~
In file included from parser/rpp/pp.h:101,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-macro-expander.h:271:35: warning: implicitly-declared 'constexpr rpp::pp_output_iterator<std::__cxx11::basic_string<char> >::pp_output_iterator(const rpp::pp_output_iterator<std::__cxx11::basic_string<char> >&)' is deprecated [-Wdeprecated-copy]
271 | std::copy (env.current_file.begin (), env.current_file.end (), __result); // ### quote
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from parser/rpp/pp.h:97,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-iterator.h:75:30: note: because 'rpp::pp_output_iterator<std::__cxx11::basic_string<char> >' has user-provided 'rpp::pp_output_iterator<_Container>& rpp::pp_output_iterator<_Container>::operator=(const rpp::pp_output_iterator<_Container>&) [with _Container = std::__cxx11::basic_string<char>]'
75 | inline pp_output_iterator &operator=(const pp_output_iterator& other)
| ^~~~~~~~
In file included from /usr/include/c++/9/bits/stl_tree.h:63,
from /usr/include/c++/9/set:60,
from parser/rpp/pp.h:50,
from main.h:45,
from main.cpp:42:
/usr/include/c++/9/bits/stl_algobase.h:465:39: note: initializing argument 3 of '_OI std::copy(_II, _II, _OI) [with _II = __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> >; _OI = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >]'
465 | copy(_II __first, _II __last, _OI __result)
| ~~~~^~~~~~~~
In file included from parser/rpp/pp.h:101,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-macro-expander.h:277:27: warning: implicitly-declared 'constexpr rpp::pp_output_iterator<std::__cxx11::basic_string<char> >::pp_output_iterator(const rpp::pp_output_iterator<std::__cxx11::basic_string<char> >&)' is deprecated [-Wdeprecated-copy]
277 | std::copy (name_begin, name_end, __result);
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from parser/rpp/pp.h:97,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-iterator.h:75:30: note: because 'rpp::pp_output_iterator<std::__cxx11::basic_string<char> >' has user-provided 'rpp::pp_output_iterator<_Container>& rpp::pp_output_iterator<_Container>::operator=(const rpp::pp_output_iterator<_Container>&) [with _Container = std::__cxx11::basic_string<char>]'
75 | inline pp_output_iterator &operator=(const pp_output_iterator& other)
| ^~~~~~~~
In file included from /usr/include/c++/9/bits/stl_tree.h:63,
from /usr/include/c++/9/set:60,
from parser/rpp/pp.h:50,
from main.h:45,
from main.cpp:42:
/usr/include/c++/9/bits/stl_algobase.h:465:39: note: initializing argument 3 of '_OI std::copy(_II, _II, _OI) [with _II = const char*; _OI = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >]'
465 | copy(_II __first, _II __last, _OI __result)
| ~~~~^~~~~~~~
In file included from parser/rpp/pp.h:101,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-macro-expander.h:316:37: warning: implicitly-declared 'constexpr rpp::pp_output_iterator<std::__cxx11::basic_string<char> >::pp_output_iterator(const rpp::pp_output_iterator<std::__cxx11::basic_string<char> >&)' is deprecated [-Wdeprecated-copy]
316 | std::copy (__tmp.begin (), __tmp.end (), __result);
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from parser/rpp/pp.h:97,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-iterator.h:75:30: note: because 'rpp::pp_output_iterator<std::__cxx11::basic_string<char> >' has user-provided 'rpp::pp_output_iterator<_Container>& rpp::pp_output_iterator<_Container>::operator=(const rpp::pp_output_iterator<_Container>&) [with _Container = std::__cxx11::basic_string<char>]'
75 | inline pp_output_iterator &operator=(const pp_output_iterator& other)
| ^~~~~~~~
In file included from /usr/include/c++/9/bits/stl_tree.h:63,
from /usr/include/c++/9/set:60,
from parser/rpp/pp.h:50,
from main.h:45,
from main.cpp:42:
/usr/include/c++/9/bits/stl_algobase.h:465:39: note: initializing argument 3 of '_OI std::copy(_II, _II, _OI) [with _II = __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> >; _OI = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >]'
465 | copy(_II __first, _II __last, _OI __result)
| ~~~~^~~~~~~~
In file included from parser/rpp/pp.h:101,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-macro-expander.h:333:27: warning: implicitly-declared 'constexpr rpp::pp_output_iterator<std::__cxx11::basic_string<char> >::pp_output_iterator(const rpp::pp_output_iterator<std::__cxx11::basic_string<char> >&)' is deprecated [-Wdeprecated-copy]
333 | std::copy (name_begin, name_end, __result);
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from parser/rpp/pp.h:97,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-iterator.h:75:30: note: because 'rpp::pp_output_iterator<std::__cxx11::basic_string<char> >' has user-provided 'rpp::pp_output_iterator<_Container>& rpp::pp_output_iterator<_Container>::operator=(const rpp::pp_output_iterator<_Container>&) [with _Container = std::__cxx11::basic_string<char>]'
75 | inline pp_output_iterator &operator=(const pp_output_iterator& other)
| ^~~~~~~~
In file included from /usr/include/c++/9/bits/stl_tree.h:63,
from /usr/include/c++/9/set:60,
from parser/rpp/pp.h:50,
from main.h:45,
from main.cpp:42:
/usr/include/c++/9/bits/stl_algobase.h:465:39: note: initializing argument 3 of '_OI std::copy(_II, _II, _OI) [with _II = const char*; _OI = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >]'
465 | copy(_II __first, _II __last, _OI __result)
| ~~~~^~~~~~~~
In file included from parser/rpp/pp.h:101,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-macro-expander.h:380:28: warning: implicitly-declared 'constexpr rpp::pp_output_iterator<std::__cxx11::basic_string<char> >::pp_output_iterator(const rpp::pp_output_iterator<std::__cxx11::basic_string<char> >&)' is deprecated [-Wdeprecated-copy]
380 | expand_macro (macro->definition->begin (), macro->definition->end (), __result);
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from parser/rpp/pp.h:97,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-iterator.h:75:30: note: because 'rpp::pp_output_iterator<std::__cxx11::basic_string<char> >' has user-provided 'rpp::pp_output_iterator<_Container>& rpp::pp_output_iterator<_Container>::operator=(const rpp::pp_output_iterator<_Container>&) [with _Container = std::__cxx11::basic_string<char>]'
75 | inline pp_output_iterator &operator=(const pp_output_iterator& other)
| ^~~~~~~~
In file included from parser/rpp/pp.h:101,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-macro-expander.h:108:94: note: initializing argument 3 of '_InputIterator rpp::pp_macro_expander::operator()(_InputIterator, _InputIterator, _OutputIterator) [with _InputIterator = const char*; _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >]'
108 | _InputIterator operator () (_InputIterator __first, _InputIterator __last, _OutputIterator __result)
| ~~~~~~~~~~~~~~~~^~~~~~~~
In file included from parser/rpp/pp.h:103,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-engine-bits.h: In instantiation of '_InputIterator rpp::pp::handle_include(bool, _InputIterator, _InputIterator, _OutputIterator) [with _InputIterator = const char*; _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >]':
parser/rpp/pp-engine-bits.h:351:81: required from '_InputIterator rpp::pp::handle_directive(const char*, std::size_t, _InputIterator, _InputIterator, _OutputIterator) [with _InputIterator = const char*; _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; std::size_t = long unsigned int]'
parser/rpp/pp-engine-bits.h:500:11: required from 'void rpp::pp::operator()(_InputIterator, _InputIterator, _OutputIterator) [with _InputIterator = const char*; _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >]'
parser/rpp/pp-engine-bits.h:116:3: required from 'void rpp::pp::file(FILE*, _OutputIterator) [with _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; FILE = _IO_FILE]'
parser/rpp/pp-engine-bits.h:84:7: required from 'void rpp::pp::file(const string&, _OutputIterator) [with _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; std::string = std::__cxx11::basic_string<char>]'
main.h:133:71: required from here
parser/rpp/pp-engine-bits.h:399:7: warning: implicitly-declared 'constexpr rpp::pp_output_iterator<std::__cxx11::basic_string<char> >::pp_output_iterator(const rpp::pp_output_iterator<std::__cxx11::basic_string<char> >&)' is deprecated [-Wdeprecated-copy]
399 | handle_include (__skip_current_path, it, name.end (), __result);
| ^~~~~~~~~~~~~~
In file included from parser/rpp/pp.h:97,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-iterator.h:75:30: note: because 'rpp::pp_output_iterator<std::__cxx11::basic_string<char> >' has user-provided 'rpp::pp_output_iterator<_Container>& rpp::pp_output_iterator<_Container>::operator=(const rpp::pp_output_iterator<_Container>&) [with _Container = std::__cxx11::basic_string<char>]'
75 | inline pp_output_iterator &operator=(const pp_output_iterator& other)
| ^~~~~~~~
In file included from parser/rpp/pp.h:103,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-engine-bits.h:386:23: note: initializing argument 4 of '_InputIterator rpp::pp::handle_include(bool, _InputIterator, _InputIterator, _OutputIterator) [with _InputIterator = __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> >; _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >]'
386 | _OutputIterator __result)
| ~~~~~~~~~~~~~~~~^~~~~~~~
parser/rpp/pp-engine-bits.h:438:7: warning: implicitly-declared 'constexpr rpp::pp_output_iterator<std::__cxx11::basic_string<char> >::pp_output_iterator(const rpp::pp_output_iterator<std::__cxx11::basic_string<char> >&)' is deprecated [-Wdeprecated-copy]
438 | file (fp, __result);
| ^~~~
In file included from parser/rpp/pp.h:97,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-iterator.h:75:30: note: because 'rpp::pp_output_iterator<std::__cxx11::basic_string<char> >' has user-provided 'rpp::pp_output_iterator<_Container>& rpp::pp_output_iterator<_Container>::operator=(const rpp::pp_output_iterator<_Container>&) [with _Container = std::__cxx11::basic_string<char>]'
75 | inline pp_output_iterator &operator=(const pp_output_iterator& other)
| ^~~~~~~~
In file included from parser/rpp/pp.h:103,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-engine-bits.h:92:42: note: initializing argument 2 of 'void rpp::pp::file(FILE*, _OutputIterator) [with _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; FILE = _IO_FILE]'
92 | void pp::file (FILE *fp, _OutputIterator __result)
| ~~~~~~~~~~~~~~~~^~~~~~~~
In file included from parser/rpp/pp.h:103,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-engine-bits.h:445:33: warning: implicitly-declared 'constexpr rpp::pp_output_iterator<std::__cxx11::basic_string<char> >::pp_output_iterator(const rpp::pp_output_iterator<std::__cxx11::basic_string<char> >&)' is deprecated [-Wdeprecated-copy]
445 | _PP_internal::output_line (env.current_file, env.current_line, __result);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from parser/rpp/pp.h:97,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-iterator.h:75:30: note: because 'rpp::pp_output_iterator<std::__cxx11::basic_string<char> >' has user-provided 'rpp::pp_output_iterator<_Container>& rpp::pp_output_iterator<_Container>::operator=(const rpp::pp_output_iterator<_Container>&) [with _Container = std::__cxx11::basic_string<char>]'
75 | inline pp_output_iterator &operator=(const pp_output_iterator& other)
| ^~~~~~~~
In file included from parser/rpp/pp.h:96,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-internal.h:65:77: note: initializing argument 3 of 'void rpp::_PP_internal::output_line(const string&, int, _OutputIterator) [with _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; std::string = std::__cxx11::basic_string<char>]'
65 | void output_line(const std::string &__filename, int __line, _OutputIterator __result)
| ~~~~~~~~~~~~~~~~^~~~~~~~
In file included from parser/rpp/pp.h:103,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-engine-bits.h: In instantiation of '_InputIterator rpp::pp::handle_include(bool, _InputIterator, _InputIterator, _OutputIterator) [with _InputIterator = __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> >; _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >]':
parser/rpp/pp-engine-bits.h:399:7: required from '_InputIterator rpp::pp::handle_include(bool, _InputIterator, _InputIterator, _OutputIterator) [with _InputIterator = const char*; _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >]'
parser/rpp/pp-engine-bits.h:351:81: required from '_InputIterator rpp::pp::handle_directive(const char*, std::size_t, _InputIterator, _InputIterator, _OutputIterator) [with _InputIterator = const char*; _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; std::size_t = long unsigned int]'
parser/rpp/pp-engine-bits.h:500:11: required from 'void rpp::pp::operator()(_InputIterator, _InputIterator, _OutputIterator) [with _InputIterator = const char*; _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >]'
parser/rpp/pp-engine-bits.h:116:3: required from 'void rpp::pp::file(FILE*, _OutputIterator) [with _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; FILE = _IO_FILE]'
parser/rpp/pp-engine-bits.h:84:7: required from 'void rpp::pp::file(const string&, _OutputIterator) [with _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; std::string = std::__cxx11::basic_string<char>]'
main.h:133:71: required from here
parser/rpp/pp-engine-bits.h:399:7: warning: implicitly-declared 'constexpr rpp::pp_output_iterator<std::__cxx11::basic_string<char> >::pp_output_iterator(const rpp::pp_output_iterator<std::__cxx11::basic_string<char> >&)' is deprecated [-Wdeprecated-copy]
399 | handle_include (__skip_current_path, it, name.end (), __result);
| ^~~~~~~~~~~~~~
In file included from parser/rpp/pp.h:97,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-iterator.h:75:30: note: because 'rpp::pp_output_iterator<std::__cxx11::basic_string<char> >' has user-provided 'rpp::pp_output_iterator<_Container>& rpp::pp_output_iterator<_Container>::operator=(const rpp::pp_output_iterator<_Container>&) [with _Container = std::__cxx11::basic_string<char>]'
75 | inline pp_output_iterator &operator=(const pp_output_iterator& other)
| ^~~~~~~~
In file included from parser/rpp/pp.h:103,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-engine-bits.h:386:23: note: initializing argument 4 of '_InputIterator rpp::pp::handle_include(bool, _InputIterator, _InputIterator, _OutputIterator) [with _InputIterator = __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> >; _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >]'
386 | _OutputIterator __result)
| ~~~~~~~~~~~~~~~~^~~~~~~~
parser/rpp/pp-engine-bits.h:438:7: warning: implicitly-declared 'constexpr rpp::pp_output_iterator<std::__cxx11::basic_string<char> >::pp_output_iterator(const rpp::pp_output_iterator<std::__cxx11::basic_string<char> >&)' is deprecated [-Wdeprecated-copy]
438 | file (fp, __result);
| ^~~~
In file included from parser/rpp/pp.h:97,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-iterator.h:75:30: note: because 'rpp::pp_output_iterator<std::__cxx11::basic_string<char> >' has user-provided 'rpp::pp_output_iterator<_Container>& rpp::pp_output_iterator<_Container>::operator=(const rpp::pp_output_iterator<_Container>&) [with _Container = std::__cxx11::basic_string<char>]'
75 | inline pp_output_iterator &operator=(const pp_output_iterator& other)
| ^~~~~~~~
In file included from parser/rpp/pp.h:103,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-engine-bits.h:92:42: note: initializing argument 2 of 'void rpp::pp::file(FILE*, _OutputIterator) [with _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; FILE = _IO_FILE]'
92 | void pp::file (FILE *fp, _OutputIterator __result)
| ~~~~~~~~~~~~~~~~^~~~~~~~
In file included from parser/rpp/pp.h:103,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-engine-bits.h:445:33: warning: implicitly-declared 'constexpr rpp::pp_output_iterator<std::__cxx11::basic_string<char> >::pp_output_iterator(const rpp::pp_output_iterator<std::__cxx11::basic_string<char> >&)' is deprecated [-Wdeprecated-copy]
445 | _PP_internal::output_line (env.current_file, env.current_line, __result);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from parser/rpp/pp.h:97,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-iterator.h:75:30: note: because 'rpp::pp_output_iterator<std::__cxx11::basic_string<char> >' has user-provided 'rpp::pp_output_iterator<_Container>& rpp::pp_output_iterator<_Container>::operator=(const rpp::pp_output_iterator<_Container>&) [with _Container = std::__cxx11::basic_string<char>]'
75 | inline pp_output_iterator &operator=(const pp_output_iterator& other)
| ^~~~~~~~
In file included from parser/rpp/pp.h:96,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-internal.h:65:77: note: initializing argument 3 of 'void rpp::_PP_internal::output_line(const string&, int, _OutputIterator) [with _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; std::string = std::__cxx11::basic_string<char>]'
65 | void output_line(const std::string &__filename, int __line, _OutputIterator __result)
| ~~~~~~~~~~~~~~~~^~~~~~~~
In file included from parser/rpp/pp.h:103,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-engine-bits.h: In instantiation of 'void rpp::pp::file(const string&, _OutputIterator) [with _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; std::string = std::__cxx11::basic_string<char>]':
main.h:133:71: required from here
parser/rpp/pp-engine-bits.h:84:7: warning: implicitly-declared 'constexpr rpp::pp_output_iterator<std::__cxx11::basic_string<char> >::pp_output_iterator(const rpp::pp_output_iterator<std::__cxx11::basic_string<char> >&)' is deprecated [-Wdeprecated-copy]
84 | file (fp, __result);
| ^~~~
In file included from parser/rpp/pp.h:97,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-iterator.h:75:30: note: because 'rpp::pp_output_iterator<std::__cxx11::basic_string<char> >' has user-provided 'rpp::pp_output_iterator<_Container>& rpp::pp_output_iterator<_Container>::operator=(const rpp::pp_output_iterator<_Container>&) [with _Container = std::__cxx11::basic_string<char>]'
75 | inline pp_output_iterator &operator=(const pp_output_iterator& other)
| ^~~~~~~~
In file included from parser/rpp/pp.h:103,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-engine-bits.h:92:42: note: initializing argument 2 of 'void rpp::pp::file(FILE*, _OutputIterator) [with _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; FILE = _IO_FILE]'
92 | void pp::file (FILE *fp, _OutputIterator __result)
| ~~~~~~~~~~~~~~~~^~~~~~~~
parser/rpp/pp-engine-bits.h: In instantiation of 'void rpp::pp::file(FILE*, _OutputIterator) [with _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; FILE = _IO_FILE]':
parser/rpp/pp-engine-bits.h:84:7: required from 'void rpp::pp::file(const string&, _OutputIterator) [with _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; std::string = std::__cxx11::basic_string<char>]'
main.h:133:71: required from here
parser/rpp/pp-engine-bits.h:116:3: warning: implicitly-declared 'constexpr rpp::pp_output_iterator<std::__cxx11::basic_string<char> >::pp_output_iterator(const rpp::pp_output_iterator<std::__cxx11::basic_string<char> >&)' is deprecated [-Wdeprecated-copy]
116 | this->operator () (buffer.c_str(), buffer.c_str() + buffer.size(), __result);
| ^~~~
In file included from parser/rpp/pp.h:97,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-iterator.h:75:30: note: because 'rpp::pp_output_iterator<std::__cxx11::basic_string<char> >' has user-provided 'rpp::pp_output_iterator<_Container>& rpp::pp_output_iterator<_Container>::operator=(const rpp::pp_output_iterator<_Container>&) [with _Container = std::__cxx11::basic_string<char>]'
75 | inline pp_output_iterator &operator=(const pp_output_iterator& other)
| ^~~~~~~~
In file included from parser/rpp/pp.h:103,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-engine-bits.h:456:86: note: initializing argument 3 of 'void rpp::pp::operator()(_InputIterator, _InputIterator, _OutputIterator) [with _InputIterator = const char*; _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >]'
456 | void pp::operator () (_InputIterator __first, _InputIterator __last, _OutputIterator __result)
| ~~~~~~~~~~~~~~~~^~~~~~~~
parser/rpp/pp-engine-bits.h: In instantiation of 'void rpp::pp::operator()(_InputIterator, _InputIterator, _OutputIterator) [with _InputIterator = const char*; _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >]':
parser/rpp/pp-engine-bits.h:116:3: required from 'void rpp::pp::file(FILE*, _OutputIterator) [with _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; FILE = _IO_FILE]'
parser/rpp/pp-engine-bits.h:84:7: required from 'void rpp::pp::file(const string&, _OutputIterator) [with _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; std::string = std::__cxx11::basic_string<char>]'
main.h:133:71: required from here
parser/rpp/pp-engine-bits.h:500:11: warning: implicitly-declared 'constexpr rpp::pp_output_iterator<std::__cxx11::basic_string<char> >::pp_output_iterator(const rpp::pp_output_iterator<std::__cxx11::basic_string<char> >&)' is deprecated [-Wdeprecated-copy]
500 | (void) handle_directive (__buffer, __size, end_id, __first, __result);
In file included from parser/rpp/pp.h:97,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-iterator.h:75:30: note: because 'rpp::pp_output_iterator<std::__cxx11::basic_string<char> >' has user-provided 'rpp::pp_output_iterator<_Container>& rpp::pp_output_iterator<_Container>::operator=(const rpp::pp_output_iterator<_Container>&) [with _Container = std::__cxx11::basic_string<char>]'
75 | inline pp_output_iterator &operator=(const pp_output_iterator& other)
| ^~~~~~~~
In file included from parser/rpp/pp.h:103,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-engine-bits.h:336:72: note: initializing argument 5 of '_InputIterator rpp::pp::handle_directive(const char*, std::size_t, _InputIterator, _InputIterator, _OutputIterator) [with _InputIterator = const char*; _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; std::size_t = long unsigned int]'
336 | _InputIterator __first, _InputIterator __last, _OutputIterator __result)
| ~~~~~~~~~~~~~~~~^~~~~~~~
parser/rpp/pp-engine-bits.h:505:41: warning: implicitly-declared 'constexpr rpp::pp_output_iterator<std::__cxx11::basic_string<char> >::pp_output_iterator(const rpp::pp_output_iterator<std::__cxx11::basic_string<char> >&)' is deprecated [-Wdeprecated-copy]
505 | _PP_internal::output_line (env.current_file, env.current_line, __result);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from parser/rpp/pp.h:97,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-iterator.h:75:30: note: because 'rpp::pp_output_iterator<std::__cxx11::basic_string<char> >' has user-provided 'rpp::pp_output_iterator<_Container>& rpp::pp_output_iterator<_Container>::operator=(const rpp::pp_output_iterator<_Container>&) [with _Container = std::__cxx11::basic_string<char>]'
75 | inline pp_output_iterator &operator=(const pp_output_iterator& other)
| ^~~~~~~~
In file included from parser/rpp/pp.h:96,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-internal.h:65:77: note: initializing argument 3 of 'void rpp::_PP_internal::output_line(const string&, int, _OutputIterator) [with _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; std::string = std::__cxx11::basic_string<char>]'
65 | void output_line(const std::string &__filename, int __line, _OutputIterator __result)
| ~~~~~~~~~~~~~~~~^~~~~~~~
In file included from parser/rpp/pp.h:103,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-engine-bits.h:518:37: warning: implicitly-declared 'constexpr rpp::pp_output_iterator<std::__cxx11::basic_string<char> >::pp_output_iterator(const rpp::pp_output_iterator<std::__cxx11::basic_string<char> >&)' is deprecated [-Wdeprecated-copy]
518 | _PP_internal::output_line (env.current_file, env.current_line, __result);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from parser/rpp/pp.h:97,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-iterator.h:75:30: note: because 'rpp::pp_output_iterator<std::__cxx11::basic_string<char> >' has user-provided 'rpp::pp_output_iterator<_Container>& rpp::pp_output_iterator<_Container>::operator=(const rpp::pp_output_iterator<_Container>&) [with _Container = std::__cxx11::basic_string<char>]'
75 | inline pp_output_iterator &operator=(const pp_output_iterator& other)
| ^~~~~~~~
In file included from parser/rpp/pp.h:96,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-internal.h:65:77: note: initializing argument 3 of 'void rpp::_PP_internal::output_line(const string&, int, _OutputIterator) [with _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; std::string = std::__cxx11::basic_string<char>]'
65 | void output_line(const std::string &__filename, int __line, _OutputIterator __result)
| ~~~~~~~~~~~~~~~~^~~~~~~~
In file included from parser/rpp/pp.h:103,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-engine-bits.h:519:19: warning: implicitly-declared 'constexpr rpp::pp_output_iterator<std::__cxx11::basic_string<char> >::pp_output_iterator(const rpp::pp_output_iterator<std::__cxx11::basic_string<char> >&)' is deprecated [-Wdeprecated-copy]
519 | __first = expand (__first, __last, __result);
In file included from parser/rpp/pp.h:97,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-iterator.h:75:30: note: because 'rpp::pp_output_iterator<std::__cxx11::basic_string<char> >' has user-provided 'rpp::pp_output_iterator<_Container>& rpp::pp_output_iterator<_Container>::operator=(const rpp::pp_output_iterator<_Container>&) [with _Container = std::__cxx11::basic_string<char>]'
75 | inline pp_output_iterator &operator=(const pp_output_iterator& other)
| ^~~~~~~~
In file included from parser/rpp/pp.h:101,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-macro-expander.h:108:94: note: initializing argument 3 of '_InputIterator rpp::pp_macro_expander::operator()(_InputIterator, _InputIterator, _OutputIterator) [with _InputIterator = const char*; _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >]'
108 | _InputIterator operator () (_InputIterator __first, _InputIterator __last, _OutputIterator __result)
| ~~~~~~~~~~~~~~~~^~~~~~~~
In file included from parser/rpp/pp.h:103,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-engine-bits.h:523:39: warning: implicitly-declared 'constexpr rpp::pp_output_iterator<std::__cxx11::basic_string<char> >::pp_output_iterator(const rpp::pp_output_iterator<std::__cxx11::basic_string<char> >&)' is deprecated [-Wdeprecated-copy]
523 | _PP_internal::output_line (env.current_file, env.current_line, __result);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from parser/rpp/pp.h:97,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-iterator.h:75:30: note: because 'rpp::pp_output_iterator<std::__cxx11::basic_string<char> >' has user-provided 'rpp::pp_output_iterator<_Container>& rpp::pp_output_iterator<_Container>::operator=(const rpp::pp_output_iterator<_Container>&) [with _Container = std::__cxx11::basic_string<char>]'
75 | inline pp_output_iterator &operator=(const pp_output_iterator& other)
| ^~~~~~~~
In file included from parser/rpp/pp.h:96,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-internal.h:65:77: note: initializing argument 3 of 'void rpp::_PP_internal::output_line(const string&, int, _OutputIterator) [with _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; std::string = std::__cxx11::basic_string<char>]'
65 | void output_line(const std::string &__filename, int __line, _OutputIterator __result)
| ~~~~~~~~~~~~~~~~^~~~~~~~
In file included from parser/rpp/pp.h:103,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-engine-bits.h: In instantiation of '_InputIterator rpp::pp::handle_directive(const char*, std::size_t, _InputIterator, _InputIterator, _OutputIterator) [with _InputIterator = const char*; _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; std::size_t = long unsigned int]':
parser/rpp/pp-engine-bits.h:500:11: required from 'void rpp::pp::operator()(_InputIterator, _InputIterator, _OutputIterator) [with _InputIterator = const char*; _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >]'
parser/rpp/pp-engine-bits.h:116:3: required from 'void rpp::pp::file(FILE*, _OutputIterator) [with _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; FILE = _IO_FILE]'
parser/rpp/pp-engine-bits.h:84:7: required from 'void rpp::pp::file(const string&, _OutputIterator) [with _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; std::string = std::__cxx11::basic_string<char>]'
main.h:133:71: required from here
parser/rpp/pp-engine-bits.h:351:81: warning: implicitly-declared 'constexpr rpp::pp_output_iterator<std::__cxx11::basic_string<char> >::pp_output_iterator(const rpp::pp_output_iterator<std::__cxx11::basic_string<char> >&)' is deprecated [-Wdeprecated-copy]
351 | return handle_include (d == PP_INCLUDE_NEXT, __first, __last, __result);
| ^
In file included from parser/rpp/pp.h:97,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-iterator.h:75:30: note: because 'rpp::pp_output_iterator<std::__cxx11::basic_string<char> >' has user-provided 'rpp::pp_output_iterator<_Container>& rpp::pp_output_iterator<_Container>::operator=(const rpp::pp_output_iterator<_Container>&) [with _Container = std::__cxx11::basic_string<char>]'
75 | inline pp_output_iterator &operator=(const pp_output_iterator& other)
| ^~~~~~~~
In file included from parser/rpp/pp.h:103,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-engine-bits.h:386:23: note: initializing argument 4 of '_InputIterator rpp::pp::handle_include(bool, _InputIterator, _InputIterator, _OutputIterator) [with _InputIterator = const char*; _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >]'
386 | _OutputIterator __result)
| ~~~~~~~~~~~~~~~~^~~~~~~~
In file included from parser/rpp/pp.h:96,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-internal.h: In instantiation of 'void rpp::_PP_internal::output_line(const string&, int, _OutputIterator) [with _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; std::string = std::__cxx11::basic_string<char>]':
parser/rpp/pp-engine-bits.h:505:41: required from 'void rpp::pp::operator()(_InputIterator, _InputIterator, _OutputIterator) [with _InputIterator = const char*; _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >]'
parser/rpp/pp-engine-bits.h:116:3: required from 'void rpp::pp::file(FILE*, _OutputIterator) [with _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; FILE = _IO_FILE]'
parser/rpp/pp-engine-bits.h:84:7: required from 'void rpp::pp::file(const string&, _OutputIterator) [with _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; std::string = std::__cxx11::basic_string<char>]'
main.h:133:71: required from here
parser/rpp/pp-internal.h:83:13: warning: implicitly-declared 'constexpr rpp::pp_output_iterator<std::__cxx11::basic_string<char> >::pp_output_iterator(const rpp::pp_output_iterator<std::__cxx11::basic_string<char> >&)' is deprecated [-Wdeprecated-copy]
83 | std::copy (__msg.begin (), __msg.end (), __result);
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from parser/rpp/pp.h:97,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-iterator.h:75:30: note: because 'rpp::pp_output_iterator<std::__cxx11::basic_string<char> >' has user-provided 'rpp::pp_output_iterator<_Container>& rpp::pp_output_iterator<_Container>::operator=(const rpp::pp_output_iterator<_Container>&) [with _Container = std::__cxx11::basic_string<char>]'
75 | inline pp_output_iterator &operator=(const pp_output_iterator& other)
| ^~~~~~~~
In file included from /usr/include/c++/9/bits/stl_tree.h:63,
from /usr/include/c++/9/set:60,
from parser/rpp/pp.h:50,
from main.h:45,
from main.cpp:42:
/usr/include/c++/9/bits/stl_algobase.h:465:39: note: initializing argument 3 of '_OI std::copy(_II, _II, _OI) [with _II = __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> >; _OI = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >]'
465 | copy(_II __first, _II __last, _OI __result)
| ~~~~^~~~~~~~
In file included from parser/rpp/pp.h:97,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-iterator.h: In instantiation of 'rpp::pp_output_iterator<_Container> rpp::pp_output_iterator<_Container>::operator++(int) [with _Container = std::__cxx11::basic_string<char>]':
parser/rpp/pp-engine-bits.h:511:20: required from 'void rpp::pp::operator()(_InputIterator, _InputIterator, _OutputIterator) [with _InputIterator = const char*; _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >]'
parser/rpp/pp-engine-bits.h:116:3: required from 'void rpp::pp::file(FILE*, _OutputIterator) [with _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; FILE = _IO_FILE]'
parser/rpp/pp-engine-bits.h:84:7: required from 'void rpp::pp::file(const string&, _OutputIterator) [with _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; std::string = std::__cxx11::basic_string<char>]'
main.h:133:71: required from here
parser/rpp/pp-iterator.h:93:57: warning: implicitly-declared 'constexpr rpp::pp_output_iterator<std::__cxx11::basic_string<char> >::pp_output_iterator(const rpp::pp_output_iterator<std::__cxx11::basic_string<char> >&)' is deprecated [-Wdeprecated-copy]
93 | inline pp_output_iterator operator ++ (int) { return *this; }
| ^~~~
parser/rpp/pp-iterator.h:75:30: note: because 'rpp::pp_output_iterator<std::__cxx11::basic_string<char> >' has user-provided 'rpp::pp_output_iterator<_Container>& rpp::pp_output_iterator<_Container>::operator=(const rpp::pp_output_iterator<_Container>&) [with _Container = std::__cxx11::basic_string<char>]'
75 | inline pp_output_iterator &operator=(const pp_output_iterator& other)
| ^~~~~~~~
In file included from parser/rpp/pp.h:101,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-macro-expander.h: In instantiation of '_InputIterator rpp::pp_macro_expander::operator()(_InputIterator, _InputIterator, _OutputIterator) [with _InputIterator = const char*; _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >]':
parser/rpp/pp-engine-bits.h:519:19: required from 'void rpp::pp::operator()(_InputIterator, _InputIterator, _OutputIterator) [with _InputIterator = const char*; _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >]'
parser/rpp/pp-engine-bits.h:116:3: required from 'void rpp::pp::file(FILE*, _OutputIterator) [with _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; FILE = _IO_FILE]'
parser/rpp/pp-engine-bits.h:84:7: required from 'void rpp::pp::file(const string&, _OutputIterator) [with _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; std::string = std::__cxx11::basic_string<char>]'
main.h:133:71: required from here
parser/rpp/pp-macro-expander.h:176:23: warning: implicitly-declared 'constexpr rpp::pp_output_iterator<std::__cxx11::basic_string<char> >::pp_output_iterator(const rpp::pp_output_iterator<std::__cxx11::basic_string<char> >&)' is deprecated [-Wdeprecated-copy]
176 | std::copy (__first, next_pos, __result);
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from parser/rpp/pp.h:97,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-iterator.h:75:30: note: because 'rpp::pp_output_iterator<std::__cxx11::basic_string<char> >' has user-provided 'rpp::pp_output_iterator<_Container>& rpp::pp_output_iterator<_Container>::operator=(const rpp::pp_output_iterator<_Container>&) [with _Container = std::__cxx11::basic_string<char>]'
75 | inline pp_output_iterator &operator=(const pp_output_iterator& other)
| ^~~~~~~~
In file included from /usr/include/c++/9/bits/stl_tree.h:63,
from /usr/include/c++/9/set:60,
from parser/rpp/pp.h:50,
from main.h:45,
from main.cpp:42:
/usr/include/c++/9/bits/stl_algobase.h:465:39: note: initializing argument 3 of '_OI std::copy(_II, _II, _OI) [with _II = const char*; _OI = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >]'
465 | copy(_II __first, _II __last, _OI __result)
| ~~~~^~~~~~~~
In file included from parser/rpp/pp.h:101,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-macro-expander.h:183:23: warning: implicitly-declared 'constexpr rpp::pp_output_iterator<std::__cxx11::basic_string<char> >::pp_output_iterator(const rpp::pp_output_iterator<std::__cxx11::basic_string<char> >&)' is deprecated [-Wdeprecated-copy]
183 | std::copy (__first, next_pos, __result);
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from parser/rpp/pp.h:97,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-iterator.h:75:30: note: because 'rpp::pp_output_iterator<std::__cxx11::basic_string<char> >' has user-provided 'rpp::pp_output_iterator<_Container>& rpp::pp_output_iterator<_Container>::operator=(const rpp::pp_output_iterator<_Container>&) [with _Container = std::__cxx11::basic_string<char>]'
75 | inline pp_output_iterator &operator=(const pp_output_iterator& other)
| ^~~~~~~~
In file included from /usr/include/c++/9/bits/stl_tree.h:63,
from /usr/include/c++/9/set:60,
from parser/rpp/pp.h:50,
from main.h:45,
from main.cpp:42:
/usr/include/c++/9/bits/stl_algobase.h:465:39: note: initializing argument 3 of '_OI std::copy(_II, _II, _OI) [with _II = const char*; _OI = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >]'
465 | copy(_II __first, _II __last, _OI __result)
| ~~~~^~~~~~~~
In file included from parser/rpp/pp.h:101,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-macro-expander.h:209:23: warning: implicitly-declared 'constexpr rpp::pp_output_iterator<std::__cxx11::basic_string<char> >::pp_output_iterator(const rpp::pp_output_iterator<std::__cxx11::basic_string<char> >&)' is deprecated [-Wdeprecated-copy]
209 | std::copy (__first, next_pos, __result);
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from parser/rpp/pp.h:97,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-iterator.h:75:30: note: because 'rpp::pp_output_iterator<std::__cxx11::basic_string<char> >' has user-provided 'rpp::pp_output_iterator<_Container>& rpp::pp_output_iterator<_Container>::operator=(const rpp::pp_output_iterator<_Container>&) [with _Container = std::__cxx11::basic_string<char>]'
75 | inline pp_output_iterator &operator=(const pp_output_iterator& other)
| ^~~~~~~~
In file included from /usr/include/c++/9/bits/stl_tree.h:63,
from /usr/include/c++/9/set:60,
from parser/rpp/pp.h:50,
from main.h:45,
from main.cpp:42:
/usr/include/c++/9/bits/stl_algobase.h:465:39: note: initializing argument 3 of '_OI std::copy(_II, _II, _OI) [with _II = const char*; _OI = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >]'
465 | copy(_II __first, _II __last, _OI __result)
| ~~~~^~~~~~~~
In file included from parser/rpp/pp.h:101,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-macro-expander.h:246:27: warning: implicitly-declared 'constexpr rpp::pp_output_iterator<std::__cxx11::basic_string<char> >::pp_output_iterator(const rpp::pp_output_iterator<std::__cxx11::basic_string<char> >&)' is deprecated [-Wdeprecated-copy]
246 | std::copy (actual->begin (), actual->end (), __result);
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from parser/rpp/pp.h:97,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-iterator.h:75:30: note: because 'rpp::pp_output_iterator<std::__cxx11::basic_string<char> >' has user-provided 'rpp::pp_output_iterator<_Container>& rpp::pp_output_iterator<_Container>::operator=(const rpp::pp_output_iterator<_Container>&) [with _Container = std::__cxx11::basic_string<char>]'
75 | inline pp_output_iterator &operator=(const pp_output_iterator& other)
| ^~~~~~~~
In file included from /usr/include/c++/9/bits/stl_tree.h:63,
from /usr/include/c++/9/set:60,
from parser/rpp/pp.h:50,
from main.h:45,
from main.cpp:42:
/usr/include/c++/9/bits/stl_algobase.h:465:39: note: initializing argument 3 of '_OI std::copy(_II, _II, _OI) [with _II = __gnu_cxx::__normal_iterator<const char*, std::__cxx11::basic_string<char> >; _OI = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >]'
465 | copy(_II __first, _II __last, _OI __result)
| ~~~~^~~~~~~~
In file included from parser/rpp/pp.h:101,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-macro-expander.h:264:35: warning: implicitly-declared 'constexpr rpp::pp_output_iterator<std::__cxx11::basic_string<char> >::pp_output_iterator(const rpp::pp_output_iterator<std::__cxx11::basic_string<char> >&)' is deprecated [-Wdeprecated-copy]
264 | std::copy (&buf [0], end, __result);
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from parser/rpp/pp.h:97,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-iterator.h:75:30: note: because 'rpp::pp_output_iterator<std::__cxx11::basic_string<char> >' has user-provided 'rpp::pp_output_iterator<_Container>& rpp::pp_output_iterator<_Container>::operator=(const rpp::pp_output_iterator<_Container>&) [with _Container = std::__cxx11::basic_string<char>]'
75 | inline pp_output_iterator &operator=(const pp_output_iterator& other)
| ^~~~~~~~
In file included from /usr/include/c++/9/bits/stl_tree.h:63,
from /usr/include/c++/9/set:60,
from parser/rpp/pp.h:50,
from main.h:45,
from main.cpp:42:
/usr/include/c++/9/bits/stl_algobase.h:465:39: note: initializing argument 3 of '_OI std::copy(_II, _II, _OI) [with _II = char*; _OI = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >]'
465 | copy(_II __first, _II __last, _OI __result)
| ~~~~^~~~~~~~
In file included from parser/rpp/pp.h:101,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-macro-expander.h:271:35: warning: implicitly-declared 'constexpr rpp::pp_output_iterator<std::__cxx11::basic_string<char> >::pp_output_iterator(const rpp::pp_output_iterator<std::__cxx11::basic_string<char> >&)' is deprecated [-Wdeprecated-copy]
271 | std::copy (env.current_file.begin (), env.current_file.end (), __result); // ### quote
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from parser/rpp/pp.h:97,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-iterator.h:75:30: note: because 'rpp::pp_output_iterator<std::__cxx11::basic_string<char> >' has user-provided 'rpp::pp_output_iterator<_Container>& rpp::pp_output_iterator<_Container>::operator=(const rpp::pp_output_iterator<_Container>&) [with _Container = std::__cxx11::basic_string<char>]'
75 | inline pp_output_iterator &operator=(const pp_output_iterator& other)
| ^~~~~~~~
In file included from /usr/include/c++/9/bits/stl_tree.h:63,
from /usr/include/c++/9/set:60,
from parser/rpp/pp.h:50,
from main.h:45,
from main.cpp:42:
/usr/include/c++/9/bits/stl_algobase.h:465:39: note: initializing argument 3 of '_OI std::copy(_II, _II, _OI) [with _II = __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> >; _OI = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >]'
465 | copy(_II __first, _II __last, _OI __result)
| ~~~~^~~~~~~~
In file included from parser/rpp/pp.h:101,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-macro-expander.h:277:27: warning: implicitly-declared 'constexpr rpp::pp_output_iterator<std::__cxx11::basic_string<char> >::pp_output_iterator(const rpp::pp_output_iterator<std::__cxx11::basic_string<char> >&)' is deprecated [-Wdeprecated-copy]
277 | std::copy (name_begin, name_end, __result);
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from parser/rpp/pp.h:97,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-iterator.h:75:30: note: because 'rpp::pp_output_iterator<std::__cxx11::basic_string<char> >' has user-provided 'rpp::pp_output_iterator<_Container>& rpp::pp_output_iterator<_Container>::operator=(const rpp::pp_output_iterator<_Container>&) [with _Container = std::__cxx11::basic_string<char>]'
75 | inline pp_output_iterator &operator=(const pp_output_iterator& other)
| ^~~~~~~~
In file included from /usr/include/c++/9/bits/stl_tree.h:63,
from /usr/include/c++/9/set:60,
from parser/rpp/pp.h:50,
from main.h:45,
from main.cpp:42:
/usr/include/c++/9/bits/stl_algobase.h:465:39: note: initializing argument 3 of '_OI std::copy(_II, _II, _OI) [with _II = const char*; _OI = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >]'
465 | copy(_II __first, _II __last, _OI __result)
| ~~~~^~~~~~~~
In file included from parser/rpp/pp.h:101,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-macro-expander.h:316:37: warning: implicitly-declared 'constexpr rpp::pp_output_iterator<std::__cxx11::basic_string<char> >::pp_output_iterator(const rpp::pp_output_iterator<std::__cxx11::basic_string<char> >&)' is deprecated [-Wdeprecated-copy]
316 | std::copy (__tmp.begin (), __tmp.end (), __result);
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from parser/rpp/pp.h:97,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-iterator.h:75:30: note: because 'rpp::pp_output_iterator<std::__cxx11::basic_string<char> >' has user-provided 'rpp::pp_output_iterator<_Container>& rpp::pp_output_iterator<_Container>::operator=(const rpp::pp_output_iterator<_Container>&) [with _Container = std::__cxx11::basic_string<char>]'
75 | inline pp_output_iterator &operator=(const pp_output_iterator& other)
| ^~~~~~~~
In file included from /usr/include/c++/9/bits/stl_tree.h:63,
from /usr/include/c++/9/set:60,
from parser/rpp/pp.h:50,
from main.h:45,
from main.cpp:42:
/usr/include/c++/9/bits/stl_algobase.h:465:39: note: initializing argument 3 of '_OI std::copy(_II, _II, _OI) [with _II = __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> >; _OI = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >]'
465 | copy(_II __first, _II __last, _OI __result)
| ~~~~^~~~~~~~
In file included from parser/rpp/pp.h:101,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-macro-expander.h:333:27: warning: implicitly-declared 'constexpr rpp::pp_output_iterator<std::__cxx11::basic_string<char> >::pp_output_iterator(const rpp::pp_output_iterator<std::__cxx11::basic_string<char> >&)' is deprecated [-Wdeprecated-copy]
333 | std::copy (name_begin, name_end, __result);
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from parser/rpp/pp.h:97,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-iterator.h:75:30: note: because 'rpp::pp_output_iterator<std::__cxx11::basic_string<char> >' has user-provided 'rpp::pp_output_iterator<_Container>& rpp::pp_output_iterator<_Container>::operator=(const rpp::pp_output_iterator<_Container>&) [with _Container = std::__cxx11::basic_string<char>]'
75 | inline pp_output_iterator &operator=(const pp_output_iterator& other)
| ^~~~~~~~
In file included from /usr/include/c++/9/bits/stl_tree.h:63,
from /usr/include/c++/9/set:60,
from parser/rpp/pp.h:50,
from main.h:45,
from main.cpp:42:
/usr/include/c++/9/bits/stl_algobase.h:465:39: note: initializing argument 3 of '_OI std::copy(_II, _II, _OI) [with _II = const char*; _OI = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >]'
465 | copy(_II __first, _II __last, _OI __result)
| ~~~~^~~~~~~~
In file included from parser/rpp/pp.h:101,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-macro-expander.h:380:28: warning: implicitly-declared 'constexpr rpp::pp_output_iterator<std::__cxx11::basic_string<char> >::pp_output_iterator(const rpp::pp_output_iterator<std::__cxx11::basic_string<char> >&)' is deprecated [-Wdeprecated-copy]
380 | expand_macro (macro->definition->begin (), macro->definition->end (), __result);
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from parser/rpp/pp.h:97,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-iterator.h:75:30: note: because 'rpp::pp_output_iterator<std::__cxx11::basic_string<char> >' has user-provided 'rpp::pp_output_iterator<_Container>& rpp::pp_output_iterator<_Container>::operator=(const rpp::pp_output_iterator<_Container>&) [with _Container = std::__cxx11::basic_string<char>]'
75 | inline pp_output_iterator &operator=(const pp_output_iterator& other)
| ^~~~~~~~
In file included from parser/rpp/pp.h:101,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-macro-expander.h:108:94: note: initializing argument 3 of '_InputIterator rpp::pp_macro_expander::operator()(_InputIterator, _InputIterator, _OutputIterator) [with _InputIterator = const char*; _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >]'
108 | _InputIterator operator () (_InputIterator __first, _InputIterator __last, _OutputIterator __result)
| ~~~~~~~~~~~~~~~~^~~~~~~~
In file included from parser/rpp/pp.h:103,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-engine-bits.h: In instantiation of '_InputIterator rpp::pp::handle_include(bool, _InputIterator, _InputIterator, _OutputIterator) [with _InputIterator = const char*; _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >]':
parser/rpp/pp-engine-bits.h:351:81: required from '_InputIterator rpp::pp::handle_directive(const char*, std::size_t, _InputIterator, _InputIterator, _OutputIterator) [with _InputIterator = const char*; _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; std::size_t = long unsigned int]'
parser/rpp/pp-engine-bits.h:500:11: required from 'void rpp::pp::operator()(_InputIterator, _InputIterator, _OutputIterator) [with _InputIterator = const char*; _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >]'
parser/rpp/pp-engine-bits.h:116:3: required from 'void rpp::pp::file(FILE*, _OutputIterator) [with _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; FILE = _IO_FILE]'
parser/rpp/pp-engine-bits.h:84:7: required from 'void rpp::pp::file(const string&, _OutputIterator) [with _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; std::string = std::__cxx11::basic_string<char>]'
main.h:133:71: required from here
parser/rpp/pp-engine-bits.h:399:7: warning: implicitly-declared 'constexpr rpp::pp_output_iterator<std::__cxx11::basic_string<char> >::pp_output_iterator(const rpp::pp_output_iterator<std::__cxx11::basic_string<char> >&)' is deprecated [-Wdeprecated-copy]
399 | handle_include (__skip_current_path, it, name.end (), __result);
| ^~~~~~~~~~~~~~
In file included from parser/rpp/pp.h:97,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-iterator.h:75:30: note: because 'rpp::pp_output_iterator<std::__cxx11::basic_string<char> >' has user-provided 'rpp::pp_output_iterator<_Container>& rpp::pp_output_iterator<_Container>::operator=(const rpp::pp_output_iterator<_Container>&) [with _Container = std::__cxx11::basic_string<char>]'
75 | inline pp_output_iterator &operator=(const pp_output_iterator& other)
| ^~~~~~~~
In file included from parser/rpp/pp.h:103,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-engine-bits.h:386:23: note: initializing argument 4 of '_InputIterator rpp::pp::handle_include(bool, _InputIterator, _InputIterator, _OutputIterator) [with _InputIterator = __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> >; _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >]'
386 | _OutputIterator __result)
| ~~~~~~~~~~~~~~~~^~~~~~~~
parser/rpp/pp-engine-bits.h:438:7: warning: implicitly-declared 'constexpr rpp::pp_output_iterator<std::__cxx11::basic_string<char> >::pp_output_iterator(const rpp::pp_output_iterator<std::__cxx11::basic_string<char> >&)' is deprecated [-Wdeprecated-copy]
438 | file (fp, __result);
| ^~~~
In file included from parser/rpp/pp.h:97,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-iterator.h:75:30: note: because 'rpp::pp_output_iterator<std::__cxx11::basic_string<char> >' has user-provided 'rpp::pp_output_iterator<_Container>& rpp::pp_output_iterator<_Container>::operator=(const rpp::pp_output_iterator<_Container>&) [with _Container = std::__cxx11::basic_string<char>]'
75 | inline pp_output_iterator &operator=(const pp_output_iterator& other)
| ^~~~~~~~
In file included from parser/rpp/pp.h:103,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-engine-bits.h:92:42: note: initializing argument 2 of 'void rpp::pp::file(FILE*, _OutputIterator) [with _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; FILE = _IO_FILE]'
92 | void pp::file (FILE *fp, _OutputIterator __result)
| ~~~~~~~~~~~~~~~~^~~~~~~~
In file included from parser/rpp/pp.h:103,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-engine-bits.h:445:33: warning: implicitly-declared 'constexpr rpp::pp_output_iterator<std::__cxx11::basic_string<char> >::pp_output_iterator(const rpp::pp_output_iterator<std::__cxx11::basic_string<char> >&)' is deprecated [-Wdeprecated-copy]
445 | _PP_internal::output_line (env.current_file, env.current_line, __result);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from parser/rpp/pp.h:97,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-iterator.h:75:30: note: because 'rpp::pp_output_iterator<std::__cxx11::basic_string<char> >' has user-provided 'rpp::pp_output_iterator<_Container>& rpp::pp_output_iterator<_Container>::operator=(const rpp::pp_output_iterator<_Container>&) [with _Container = std::__cxx11::basic_string<char>]'
75 | inline pp_output_iterator &operator=(const pp_output_iterator& other)
| ^~~~~~~~
In file included from parser/rpp/pp.h:96,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-internal.h:65:77: note: initializing argument 3 of 'void rpp::_PP_internal::output_line(const string&, int, _OutputIterator) [with _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; std::string = std::__cxx11::basic_string<char>]'
65 | void output_line(const std::string &__filename, int __line, _OutputIterator __result)
| ~~~~~~~~~~~~~~~~^~~~~~~~
In file included from parser/rpp/pp.h:103,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-engine-bits.h: In instantiation of '_InputIterator rpp::pp::handle_include(bool, _InputIterator, _InputIterator, _OutputIterator) [with _InputIterator = __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> >; _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >]':
parser/rpp/pp-engine-bits.h:399:7: required from '_InputIterator rpp::pp::handle_include(bool, _InputIterator, _InputIterator, _OutputIterator) [with _InputIterator = const char*; _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >]'
parser/rpp/pp-engine-bits.h:351:81: required from '_InputIterator rpp::pp::handle_directive(const char*, std::size_t, _InputIterator, _InputIterator, _OutputIterator) [with _InputIterator = const char*; _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; std::size_t = long unsigned int]'
parser/rpp/pp-engine-bits.h:500:11: required from 'void rpp::pp::operator()(_InputIterator, _InputIterator, _OutputIterator) [with _InputIterator = const char*; _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >]'
parser/rpp/pp-engine-bits.h:116:3: required from 'void rpp::pp::file(FILE*, _OutputIterator) [with _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; FILE = _IO_FILE]'
parser/rpp/pp-engine-bits.h:84:7: required from 'void rpp::pp::file(const string&, _OutputIterator) [with _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; std::string = std::__cxx11::basic_string<char>]'
main.h:133:71: required from here
parser/rpp/pp-engine-bits.h:399:7: warning: implicitly-declared 'constexpr rpp::pp_output_iterator<std::__cxx11::basic_string<char> >::pp_output_iterator(const rpp::pp_output_iterator<std::__cxx11::basic_string<char> >&)' is deprecated [-Wdeprecated-copy]
399 | handle_include (__skip_current_path, it, name.end (), __result);
| ^~~~~~~~~~~~~~
In file included from parser/rpp/pp.h:97,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-iterator.h:75:30: note: because 'rpp::pp_output_iterator<std::__cxx11::basic_string<char> >' has user-provided 'rpp::pp_output_iterator<_Container>& rpp::pp_output_iterator<_Container>::operator=(const rpp::pp_output_iterator<_Container>&) [with _Container = std::__cxx11::basic_string<char>]'
75 | inline pp_output_iterator &operator=(const pp_output_iterator& other)
| ^~~~~~~~
In file included from parser/rpp/pp.h:103,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-engine-bits.h:386:23: note: initializing argument 4 of '_InputIterator rpp::pp::handle_include(bool, _InputIterator, _InputIterator, _OutputIterator) [with _InputIterator = __gnu_cxx::__normal_iterator<char*, std::__cxx11::basic_string<char> >; _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >]'
386 | _OutputIterator __result)
| ~~~~~~~~~~~~~~~~^~~~~~~~
parser/rpp/pp-engine-bits.h:438:7: warning: implicitly-declared 'constexpr rpp::pp_output_iterator<std::__cxx11::basic_string<char> >::pp_output_iterator(const rpp::pp_output_iterator<std::__cxx11::basic_string<char> >&)' is deprecated [-Wdeprecated-copy]
438 | file (fp, __result);
| ^~~~
In file included from parser/rpp/pp.h:97,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-iterator.h:75:30: note: because 'rpp::pp_output_iterator<std::__cxx11::basic_string<char> >' has user-provided 'rpp::pp_output_iterator<_Container>& rpp::pp_output_iterator<_Container>::operator=(const rpp::pp_output_iterator<_Container>&) [with _Container = std::__cxx11::basic_string<char>]'
75 | inline pp_output_iterator &operator=(const pp_output_iterator& other)
| ^~~~~~~~
In file included from parser/rpp/pp.h:103,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-engine-bits.h:92:42: note: initializing argument 2 of 'void rpp::pp::file(FILE*, _OutputIterator) [with _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; FILE = _IO_FILE]'
92 | void pp::file (FILE *fp, _OutputIterator __result)
| ~~~~~~~~~~~~~~~~^~~~~~~~
In file included from parser/rpp/pp.h:103,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-engine-bits.h:445:33: warning: implicitly-declared 'constexpr rpp::pp_output_iterator<std::__cxx11::basic_string<char> >::pp_output_iterator(const rpp::pp_output_iterator<std::__cxx11::basic_string<char> >&)' is deprecated [-Wdeprecated-copy]
445 | _PP_internal::output_line (env.current_file, env.current_line, __result);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from parser/rpp/pp.h:97,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-iterator.h:75:30: note: because 'rpp::pp_output_iterator<std::__cxx11::basic_string<char> >' has user-provided 'rpp::pp_output_iterator<_Container>& rpp::pp_output_iterator<_Container>::operator=(const rpp::pp_output_iterator<_Container>&) [with _Container = std::__cxx11::basic_string<char>]'
75 | inline pp_output_iterator &operator=(const pp_output_iterator& other)
| ^~~~~~~~
In file included from parser/rpp/pp.h:96,
from main.h:45,
from main.cpp:42:
parser/rpp/pp-internal.h:65:77: note: initializing argument 3 of 'void rpp::_PP_internal::output_line(const string&, int, _OutputIterator) [with _OutputIterator = rpp::pp_output_iterator<std::__cxx11::basic_string<char> >; std::string = std::__cxx11::basic_string<char>]'
65 | void output_line(const std::string &__filename, int __line, _OutputIterator __result)
| ~~~~~~~~~~~~~~~~^~~~~~~~
typesystem.cpp: In member function 'virtual bool Handler::startElement(const QString&, const QString&, const QString&, const QXmlAttributes&)':
typesystem.cpp:448:10: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
448 | std::auto_ptr<StackElement> element(new StackElement(current));
| ^~~~~~~~
In file included from /usr/include/c++/9/memory:80,
from typesystem.cpp:49:
/usr/include/c++/9/bits/unique_ptr.h:53:28: note: declared here
53 | template<typename> class auto_ptr;
| ^~~~~~~~
typesystem.cpp:843:18: warning: variable 'added' set but not used [-Wunused-but-set-variable]
843 | bool added = false;
| ^~~~~
typesystem.cpp:484:40: warning: this statement may fall through [-Wimplicit-fallthrough=]
484 | attributes["deprecated"] = QString("no");
| ^~~~~~~~~~~~~
typesystem.cpp:486:9: note: here
486 | case StackElement::InterfaceTypeEntry:
| ^~~~
abstractmetabuilder.cpp: In member function 'int AbstractMetaBuilder::figureOutEnumValue(const QString&, int, AbstractMetaEnum*, AbstractMetaFunction*)':
abstractmetabuilder.cpp:747:63: warning: unused parameter 'meta_function' [-Wunused-parameter]
747 | AbstractMetaFunction *meta_function)
| ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
abstractmetabuilder.cpp: In member function 'AbstractMetaType* AbstractMetaBuilder::translateType(const TypeInfo&, bool*, bool, bool)':
abstractmetabuilder.cpp:1643:17: warning: implicitly-declared 'TypeInfo& TypeInfo::operator=(const TypeInfo&)' is deprecated [-Wdeprecated-copy]
1643 | typei = _typei;
| ^~~~~~
In file included from abstractmetabuilder.h:45,
from abstractmetabuilder.cpp:42:
parser/codemodel.h:130:3: note: because 'TypeInfo' has user-provided 'TypeInfo::TypeInfo(const TypeInfo&)'
130 | TypeInfo(const TypeInfo &other)
| ^~~~~~~~
abstractmetabuilder.cpp:1652:77: warning: implicitly-declared 'TypeInfo& TypeInfo::operator=(const TypeInfo&)' is deprecated [-Wdeprecated-copy]
1652 | typei = TypeInfo::resolveType(_typei, m_scopes.at(i--)->toItem());
| ^
In file included from abstractmetabuilder.h:45,
from abstractmetabuilder.cpp:42:
parser/codemodel.h:130:3: note: because 'TypeInfo' has user-provided 'TypeInfo::TypeInfo(const TypeInfo&)'
130 | TypeInfo(const TypeInfo &other)
| ^~~~~~~~
abstractmetabuilder.cpp: In member function 'QString AbstractMetaBuilder::translateDefaultValue(ArgumentModelItem, AbstractMetaType*, AbstractMetaFunction*, AbstractMetaClass*, int)':
abstractmetabuilder.cpp:1937:94: warning: unused parameter 'type' [-Wunused-parameter]
1937 | QString AbstractMetaBuilder::translateDefaultValue(ArgumentModelItem item, AbstractMetaType *type,
| ~~~~~~~~~~~~~~~~~~^~~~
typesystem.cpp: In member function 'virtual bool Handler::startElement(const QString&, const QString&, const QString&, const QXmlAttributes&)':
typesystem.cpp:448:10: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
448 | std::auto_ptr<StackElement> element(new StackElement(current));
| ^~~~~~~~
In file included from /usr/include/c++/9/memory:80,
from typesystem.cpp:49:
/usr/include/c++/9/bits/unique_ptr.h:53:28: note: declared here
53 | template<typename> class auto_ptr;
| ^~~~~~~~
typesystem.cpp:843:18: warning: variable 'added' set but not used [-Wunused-but-set-variable]
843 | bool added = false;
| ^~~~~
typesystem.cpp:484:40: warning: this statement may fall through [-Wimplicit-fallthrough=]
484 | attributes["deprecated"] = QString("no");
| ^~~~~~~~~~~~~
typesystem.cpp:486:9: note: here
486 | case StackElement::InterfaceTypeEntry:
| ^~~~
abstractmetalang.cpp:1209:16: warning: 'QString upCaseFirst(const QString&)' defined but not used [-Wunused-function]
1209 | static QString upCaseFirst(const QString &str) {
| ^~~~~~~~~~~
abstractmetabuilder.cpp: In member function 'int AbstractMetaBuilder::figureOutEnumValue(const QString&, int, AbstractMetaEnum*, AbstractMetaFunction*)':
abstractmetabuilder.cpp:747:63: warning: unused parameter 'meta_function' [-Wunused-parameter]
747 | AbstractMetaFunction *meta_function)
| ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
abstractmetabuilder.cpp: In member function 'AbstractMetaType* AbstractMetaBuilder::translateType(const TypeInfo&, bool*, bool, bool)':
abstractmetabuilder.cpp:1643:17: warning: implicitly-declared 'TypeInfo& TypeInfo::operator=(const TypeInfo&)' is deprecated [-Wdeprecated-copy]
1643 | typei = _typei;
| ^~~~~~
In file included from abstractmetabuilder.h:45,
from abstractmetabuilder.cpp:42:
parser/codemodel.h:130:3: note: because 'TypeInfo' has user-provided 'TypeInfo::TypeInfo(const TypeInfo&)'
130 | TypeInfo(const TypeInfo &other)
| ^~~~~~~~
abstractmetabuilder.cpp:1652:77: warning: implicitly-declared 'TypeInfo& TypeInfo::operator=(const TypeInfo&)' is deprecated [-Wdeprecated-copy]
1652 | typei = TypeInfo::resolveType(_typei, m_scopes.at(i--)->toItem());
| ^
In file included from abstractmetabuilder.h:45,
from abstractmetabuilder.cpp:42:
parser/codemodel.h:130:3: note: because 'TypeInfo' has user-provided 'TypeInfo::TypeInfo(const TypeInfo&)'
130 | TypeInfo(const TypeInfo &other)
| ^~~~~~~~
abstractmetabuilder.cpp: In member function 'QString AbstractMetaBuilder::translateDefaultValue(ArgumentModelItem, AbstractMetaType*, AbstractMetaFunction*, AbstractMetaClass*, int)':
abstractmetabuilder.cpp:1937:94: warning: unused parameter 'type' [-Wunused-parameter]
1937 | QString AbstractMetaBuilder::translateDefaultValue(ArgumentModelItem item, AbstractMetaType *type,
| ~~~~~~~~~~~~~~~~~~^~~~
abstractmetalang.cpp: In member function 'void AbstractMetaClass::setFunctions(const AbstractMetaFunctionList&)':
abstractmetalang.cpp:1021:10: warning: variable 'duplicate_function' set but not used [-Wunused-but-set-variable]
1021 | bool duplicate_function = false;
| ^~~~~~~~~~~~~~~~~~
abstractmetalang.cpp: At global scope:
abstractmetalang.cpp:1209:16: warning: 'QString upCaseFirst(const QString&)' defined but not used [-Wunused-function]
1209 | static QString upCaseFirst(const QString &str) {
| ^~~~~~~~~~~
shellgenerator.cpp: In member function 'void ShellGenerator::writeFunctionArguments(QTextStream&, const AbstractMetaFunction*, Generator::Option, int)':
shellgenerator.cpp:132:28: warning: unused variable 'owner' [-Wunused-variable]
132 | const AbstractMetaClass* owner = meta_function->ownerClass();
| ^~~~~
shellimplgenerator.cpp: In function 'void writeHelperCode(QTextStream&, const AbstractMetaClass*)':
shellimplgenerator.cpp:61:42: warning: unused parameter 's' [-Wunused-parameter]
61 | static void writeHelperCode(QTextStream &s, const AbstractMetaClass *)
| ~~~~~~~~~~~~~^
shellgenerator.cpp: In member function 'void ShellGenerator::writeFunctionArguments(QTextStream&, const AbstractMetaFunction*, Generator::Option, int)':
shellgenerator.cpp:132:28: warning: unused variable 'owner' [-Wunused-variable]
132 | const AbstractMetaClass* owner = meta_function->ownerClass();
| ^~~~~
shellimplgenerator.cpp: At global scope:
shellimplgenerator.cpp:56:13: warning: 'bool include_less_than(const Include&, const Include&)' defined but not used [-Wunused-function]
56 | static bool include_less_than(const Include &a, const Include &b)
| ^~~~~~~~~~~~~~~~~
shellimplgenerator.cpp: In function 'void writeHelperCode(QTextStream&, const AbstractMetaClass*)':
shellimplgenerator.cpp:61:42: warning: unused parameter 's' [-Wunused-parameter]
61 | static void writeHelperCode(QTextStream &s, const AbstractMetaClass *)
| ~~~~~~~~~~~~~^
shellimplgenerator.cpp: At global scope:
shellimplgenerator.cpp:56:13: warning: 'bool include_less_than(const Include&, const Include&)' defined but not used [-Wunused-function]
56 | static bool include_less_than(const Include &a, const Include &b)
| ^~~~~~~~~~~~~~~~~
Project MESSAGE: This project is using private headers and will therefore be tied to this specific Qt module build version.
Project MESSAGE: Running this project against other versions of the Qt modules may crash at any arbitrary point.
Project MESSAGE: This is not a bug, but a result of using Qt internals. You have been warned!
PythonQtImporter.cpp:494:1: warning: missing initializer for member '_typeobject::tp_is_gc' [-Wmissing-field-initializers]
494 | };
| ^
PythonQtImporter.cpp:494:1: warning: missing initializer for member '_typeobject::tp_bases' [-Wmissing-field-initializers]
PythonQtImporter.cpp:494:1: warning: missing initializer for member '_typeobject::tp_mro' [-Wmissing-field-initializers]
PythonQtImporter.cpp:494:1: warning: missing initializer for member '_typeobject::tp_cache' [-Wmissing-field-initializers]
PythonQtImporter.cpp:494:1: warning: missing initializer for member '_typeobject::tp_subclasses' [-Wmissing-field-initializers]
PythonQtImporter.cpp:494:1: warning: missing initializer for member '_typeobject::tp_weaklist' [-Wmissing-field-initializers]
PythonQtImporter.cpp:494:1: warning: missing initializer for member '_typeobject::tp_del' [-Wmissing-field-initializers]
PythonQtImporter.cpp:494:1: warning: missing initializer for member '_typeobject::tp_version_tag' [-Wmissing-field-initializers]
PythonQtImporter.cpp:494:1: warning: missing initializer for member '_typeobject::tp_finalize' [-Wmissing-field-initializers]
PythonQtImporter.cpp:494:1: warning: missing initializer for member '_typeobject::tp_vectorcall' [-Wmissing-field-initializers]
PythonQtImporter.cpp:494:1: warning: missing initializer for member '_typeobject::tp_print' [-Wmissing-field-initializers]
PythonQt.cpp: In static member function 'static void PythonQt::init(int, const QByteArray&)':
PythonQt.cpp:258:22: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare]
258 | for (int i = 0; i<sizeof(enumValues)/sizeof(int); i++) {
| ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PythonQt.cpp: In member function 'const QMetaObject* PythonQtPrivate::buildDynamicMetaObject(PythonQtClassWrapper*, const QMetaObject*)':
PythonQt.cpp:1969:20: warning: converting to non-pointer type 'long int' from NULL [-Wconversion-null]
1969 | Py_ssize_t pos = NULL;
| ^~~~
PythonQt.cpp:1984:30: warning: variable 'method' set but not used [-Wunused-but-set-variable]
1984 | QMetaMethodBuilder method = builder.addSignal(signal->_dynamicInfo->name + "(" + sig + ")");
| ^~~~~~
PythonQt.cpp:1990:9: warning: converting to non-pointer type 'long int' from NULL [-Wconversion-null]
1990 | pos = NULL;
| ^~~~
PythonQtProperty.cpp: In function 'PyObject* PythonQtProperty_call(PyObject*, PyObject*, PyObject*)':
PythonQtProperty.cpp:154:77: warning: unused parameter 'kw' [-Wunused-parameter]
154 | PyObject* PythonQtProperty_call(PyObject* object, PyObject* args, PyObject* kw)
| ~~~~~~~~~~^~
PythonQtProperty.cpp: At global scope:
PythonQtProperty.cpp:189:1: warning: missing initializer for member 'PyGetSetDef::closure' [-Wmissing-field-initializers]
189 | };
| ^
PythonQtProperty.cpp:189:1: warning: missing initializer for member 'PyGetSetDef::closure' [-Wmissing-field-initializers]
PythonQtProperty.cpp:243:1: warning: missing initializer for member '_typeobject::tp_version_tag' [-Wmissing-field-initializers]
243 | };
| ^
PythonQtProperty.cpp:243:1: warning: missing initializer for member '_typeobject::tp_finalize' [-Wmissing-field-initializers]
PythonQtProperty.cpp:243:1: warning: missing initializer for member '_typeobject::tp_vectorcall' [-Wmissing-field-initializers]
PythonQtProperty.cpp:243:1: warning: missing initializer for member '_typeobject::tp_print' [-Wmissing-field-initializers]
PythonQtStdIn.cpp: In function 'PyObject* PythonQtStdInRedirect_readline(PyObject*, PyObject*)':
PythonQtStdIn.cpp:54:77: warning: unused parameter 'args' [-Wunused-parameter]
54 | static PyObject *PythonQtStdInRedirect_readline(PyObject * self, PyObject * args)
| ~~~~~~~~~~~^~~~
PythonQtStdIn.cpp: At global scope:
PythonQtStdIn.cpp:72:1: warning: missing initializer for member 'PyMemberDef::type' [-Wmissing-field-initializers]
72 | };
| ^
PythonQtStdIn.cpp:72:1: warning: missing initializer for member 'PyMemberDef::offset' [-Wmissing-field-initializers]
PythonQtStdIn.cpp:72:1: warning: missing initializer for member 'PyMemberDef::flags' [-Wmissing-field-initializers]
PythonQtStdIn.cpp:72:1: warning: missing initializer for member 'PyMemberDef::doc' [-Wmissing-field-initializers]
PythonQtStdIn.cpp:113:1: warning: missing initializer for member '_typeobject::tp_free' [-Wmissing-field-initializers]
113 | };
| ^
PythonQtStdIn.cpp:113:1: warning: missing initializer for member '_typeobject::tp_is_gc' [-Wmissing-field-initializers]
PythonQtStdIn.cpp:113:1: warning: missing initializer for member '_typeobject::tp_bases' [-Wmissing-field-initializers]
PythonQtStdIn.cpp:113:1: warning: missing initializer for member '_typeobject::tp_mro' [-Wmissing-field-initializers]
PythonQtStdIn.cpp:113:1: warning: missing initializer for member '_typeobject::tp_cache' [-Wmissing-field-initializers]
PythonQtStdIn.cpp:113:1: warning: missing initializer for member '_typeobject::tp_subclasses' [-Wmissing-field-initializers]
PythonQtStdIn.cpp:113:1: warning: missing initializer for member '_typeobject::tp_weaklist' [-Wmissing-field-initializers]
PythonQtStdIn.cpp:113:1: warning: missing initializer for member '_typeobject::tp_del' [-Wmissing-field-initializers]
PythonQtStdIn.cpp:113:1: warning: missing initializer for member '_typeobject::tp_version_tag' [-Wmissing-field-initializers]
PythonQtStdIn.cpp:113:1: warning: missing initializer for member '_typeobject::tp_finalize' [-Wmissing-field-initializers]
PythonQtStdIn.cpp:113:1: warning: missing initializer for member '_typeobject::tp_vectorcall' [-Wmissing-field-initializers]
PythonQtStdIn.cpp:113:1: warning: missing initializer for member '_typeobject::tp_print' [-Wmissing-field-initializers]
PythonQtStdOut.cpp:125:1: warning: missing initializer for member 'PyMemberDef::type' [-Wmissing-field-initializers]
125 | };
| ^
PythonQtStdOut.cpp:125:1: warning: missing initializer for member 'PyMemberDef::offset' [-Wmissing-field-initializers]
PythonQtStdOut.cpp:125:1: warning: missing initializer for member 'PyMemberDef::flags' [-Wmissing-field-initializers]
PythonQtStdOut.cpp:125:1: warning: missing initializer for member 'PyMemberDef::doc' [-Wmissing-field-initializers]
PythonQtStdOut.cpp:166:1: warning: missing initializer for member '_typeobject::tp_free' [-Wmissing-field-initializers]
166 | };
| ^
PythonQtStdOut.cpp:166:1: warning: missing initializer for member '_typeobject::tp_is_gc' [-Wmissing-field-initializers]
PythonQtStdOut.cpp:166:1: warning: missing initializer for member '_typeobject::tp_bases' [-Wmissing-field-initializers]
PythonQtStdOut.cpp:166:1: warning: missing initializer for member '_typeobject::tp_mro' [-Wmissing-field-initializers]
PythonQtStdOut.cpp:166:1: warning: missing initializer for member '_typeobject::tp_cache' [-Wmissing-field-initializers]
PythonQtStdOut.cpp:166:1: warning: missing initializer for member '_typeobject::tp_subclasses' [-Wmissing-field-initializers]
PythonQtStdOut.cpp:166:1: warning: missing initializer for member '_typeobject::tp_weaklist' [-Wmissing-field-initializers]
PythonQtStdOut.cpp:166:1: warning: missing initializer for member '_typeobject::tp_del' [-Wmissing-field-initializers]
PythonQtStdOut.cpp:166:1: warning: missing initializer for member '_typeobject::tp_version_tag' [-Wmissing-field-initializers]
PythonQtStdOut.cpp:166:1: warning: missing initializer for member '_typeobject::tp_finalize' [-Wmissing-field-initializers]
PythonQtStdOut.cpp:166:1: warning: missing initializer for member '_typeobject::tp_vectorcall' [-Wmissing-field-initializers]
PythonQtStdOut.cpp:166:1: warning: missing initializer for member '_typeobject::tp_print' [-Wmissing-field-initializers]
PythonQtSignal.cpp: In function 'PyObject* PythonQtSignalFunction_tpNew(PyTypeObject*, PyObject*, PyObject*)':
PythonQtSignal.cpp:67:54: warning: unused parameter 'subtype' [-Wunused-parameter]
67 | PyObject *PythonQtSignalFunction_tpNew(PyTypeObject *subtype, PyObject *args, PyObject *kwds)
| ~~~~~~~~~~~~~~^~~~~~~
PythonQtSignal.cpp:67:73: warning: unused parameter 'args' [-Wunused-parameter]
67 | PyObject *PythonQtSignalFunction_tpNew(PyTypeObject *subtype, PyObject *args, PyObject *kwds)
| ~~~~~~~~~~^~~~
PythonQtSignal.cpp:67:89: warning: unused parameter 'kwds' [-Wunused-parameter]
67 | PyObject *PythonQtSignalFunction_tpNew(PyTypeObject *subtype, PyObject *args, PyObject *kwds)
| ~~~~~~~~~~^~~~
PythonQtSignal.cpp: At global scope:
PythonQtSignal.cpp:169:1: warning: missing initializer for member 'PyGetSetDef::closure' [-Wmissing-field-initializers]
169 | };
| ^
PythonQtSignal.cpp:169:1: warning: missing initializer for member 'PyGetSetDef::closure' [-Wmissing-field-initializers]
PythonQtSignal.cpp:169:1: warning: missing initializer for member 'PyGetSetDef::closure' [-Wmissing-field-initializers]
PythonQtSignal.cpp:169:1: warning: missing initializer for member 'PyGetSetDef::closure' [-Wmissing-field-initializers]
PythonQtSignal.cpp:180:1: warning: missing initializer for member 'PyMemberDef::doc' [-Wmissing-field-initializers]
180 | };
| ^
PythonQtSignal.cpp:180:1: warning: missing initializer for member 'PyMemberDef::type' [-Wmissing-field-initializers]
PythonQtSignal.cpp:180:1: warning: missing initializer for member 'PyMemberDef::offset' [-Wmissing-field-initializers]
PythonQtSignal.cpp:180:1: warning: missing initializer for member 'PyMemberDef::flags' [-Wmissing-field-initializers]
PythonQtSignal.cpp:180:1: warning: missing initializer for member 'PyMemberDef::doc' [-Wmissing-field-initializers]
PythonQtSignal.cpp: In function 'int PythonQtSignalFunction_init(PyObject*, PyObject*, PyObject*)':
PythonQtSignal.cpp:182:77: warning: unused parameter 'kw' [-Wunused-parameter]
182 | int PythonQtSignalFunction_init(PyObject *object, PyObject *args, PyObject *kw)
| ~~~~~~~~~~^~
PythonQtSignal.cpp: At global scope:
PythonQtSignal.cpp:298:35: warning: cast between incompatible function types from 'PyObject* (*)(PythonQtSignalFunctionObject*)' {aka '_object* (*)(PythonQtSignalFunctionObject*)'} to 'PyCFunction' {aka '_object* (*)(_object*, _object*)'} [-Wcast-function-type]
298 | {"parameterTypes", (PyCFunction)PythonQtSignalFunction_parameterTypes, METH_NOARGS,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PythonQtSignal.cpp:301:35: warning: cast between incompatible function types from 'PyObject* (*)(PythonQtSignalFunctionObject*)' {aka '_object* (*)(PythonQtSignalFunctionObject*)'} to 'PyCFunction' {aka '_object* (*)(_object*, _object*)'} [-Wcast-function-type]
301 | {"parameterNames", (PyCFunction)PythonQtSignalFunction_parameterNames, METH_NOARGS,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PythonQtSignal.cpp:304:29: warning: cast between incompatible function types from 'PyObject* (*)(PythonQtSignalFunctionObject*)' {aka '_object* (*)(PythonQtSignalFunctionObject*)'} to 'PyCFunction' {aka '_object* (*)(_object*, _object*)'} [-Wcast-function-type]
304 | {"typeName", (PyCFunction)PythonQtSignalFunction_typeName, METH_NOARGS,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PythonQtSignal.cpp:452:1: warning: missing initializer for member '_typeobject::tp_version_tag' [-Wmissing-field-initializers]
452 | };
| ^
PythonQtSignal.cpp:452:1: warning: missing initializer for member '_typeobject::tp_finalize' [-Wmissing-field-initializers]
PythonQtSignal.cpp:452:1: warning: missing initializer for member '_typeobject::tp_vectorcall' [-Wmissing-field-initializers]
PythonQtSignal.cpp:452:1: warning: missing initializer for member '_typeobject::tp_print' [-Wmissing-field-initializers]
PythonQtSlot.cpp: In function 'bool PythonQtCallSlot(PythonQtClassInfo*, QObject*, PyObject*, bool, PythonQtSlotInfo*, void*, PyObject**, void**, PythonQtPassThisOwnershipType*)':
PythonQtSlot.cpp:87:8: warning: variable 'skipFirst' set but not used [-Wunused-but-set-variable]
87 | bool skipFirst = false;
| ^~~~~~~~~
PythonQtSlot.cpp: At global scope:
PythonQtSlot.cpp:567:1: warning: missing initializer for member 'PyGetSetDef::closure' [-Wmissing-field-initializers]
567 | };
| ^
PythonQtSlot.cpp:567:1: warning: missing initializer for member 'PyGetSetDef::closure' [-Wmissing-field-initializers]
PythonQtSlot.cpp:567:1: warning: missing initializer for member 'PyGetSetDef::closure' [-Wmissing-field-initializers]
PythonQtSlot.cpp:567:1: warning: missing initializer for member 'PyGetSetDef::closure' [-Wmissing-field-initializers]
PythonQtSlot.cpp:578:1: warning: missing initializer for member 'PyMemberDef::doc' [-Wmissing-field-initializers]
578 | };
| ^
PythonQtSlot.cpp:578:1: warning: missing initializer for member 'PyMemberDef::type' [-Wmissing-field-initializers]
PythonQtSlot.cpp:578:1: warning: missing initializer for member 'PyMemberDef::offset' [-Wmissing-field-initializers]
PythonQtSlot.cpp:578:1: warning: missing initializer for member 'PyMemberDef::flags' [-Wmissing-field-initializers]
PythonQtSlot.cpp:578:1: warning: missing initializer for member 'PyMemberDef::doc' [-Wmissing-field-initializers]
PythonQtSlot.cpp:658:35: warning: cast between incompatible function types from 'PyObject* (*)(PythonQtSlotFunctionObject*)' {aka '_object* (*)(PythonQtSlotFunctionObject*)'} to 'PyCFunction' {aka '_object* (*)(_object*, _object*)'} [-Wcast-function-type]
658 | {"parameterTypes", (PyCFunction)PythonQtSlotFunction_parameterTypes, METH_NOARGS,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PythonQtSlot.cpp:661:35: warning: cast between incompatible function types from 'PyObject* (*)(PythonQtSlotFunctionObject*)' {aka '_object* (*)(PythonQtSlotFunctionObject*)'} to 'PyCFunction' {aka '_object* (*)(_object*, _object*)'} [-Wcast-function-type]
661 | {"parameterNames", (PyCFunction)PythonQtSlotFunction_parameterNames, METH_NOARGS,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PythonQtSlot.cpp:664:29: warning: cast between incompatible function types from 'PyObject* (*)(PythonQtSlotFunctionObject*)' {aka '_object* (*)(PythonQtSlotFunctionObject*)'} to 'PyCFunction' {aka '_object* (*)(_object*, _object*)'} [-Wcast-function-type]
664 | {"typeName", (PyCFunction)PythonQtSlotFunction_typeName, METH_NOARGS,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PythonQtSlot.cpp:780:1: warning: missing initializer for member '_typeobject::tp_descr_get' [-Wmissing-field-initializers]
780 | };
| ^
PythonQtSlot.cpp:780:1: warning: missing initializer for member '_typeobject::tp_descr_set' [-Wmissing-field-initializers]
PythonQtSlot.cpp:780:1: warning: missing initializer for member '_typeobject::tp_dictoffset' [-Wmissing-field-initializers]
PythonQtSlot.cpp:780:1: warning: missing initializer for member '_typeobject::tp_init' [-Wmissing-field-initializers]
PythonQtSlot.cpp:780:1: warning: missing initializer for member '_typeobject::tp_alloc' [-Wmissing-field-initializers]
PythonQtSlot.cpp:780:1: warning: missing initializer for member '_typeobject::tp_new' [-Wmissing-field-initializers]
PythonQtSlot.cpp:780:1: warning: missing initializer for member '_typeobject::tp_free' [-Wmissing-field-initializers]
PythonQtSlot.cpp:780:1: warning: missing initializer for member '_typeobject::tp_is_gc' [-Wmissing-field-initializers]
PythonQtSlot.cpp:780:1: warning: missing initializer for member '_typeobject::tp_bases' [-Wmissing-field-initializers]
PythonQtSlot.cpp:780:1: warning: missing initializer for member '_typeobject::tp_mro' [-Wmissing-field-initializers]
PythonQtSlot.cpp:780:1: warning: missing initializer for member '_typeobject::tp_cache' [-Wmissing-field-initializers]
PythonQtSlot.cpp:780:1: warning: missing initializer for member '_typeobject::tp_subclasses' [-Wmissing-field-initializers]
PythonQtSlot.cpp:780:1: warning: missing initializer for member '_typeobject::tp_weaklist' [-Wmissing-field-initializers]
PythonQtSlot.cpp:780:1: warning: missing initializer for member '_typeobject::tp_del' [-Wmissing-field-initializers]
PythonQtSlot.cpp:780:1: warning: missing initializer for member '_typeobject::tp_version_tag' [-Wmissing-field-initializers]
PythonQtSlot.cpp:780:1: warning: missing initializer for member '_typeobject::tp_finalize' [-Wmissing-field-initializers]
PythonQtSlot.cpp:780:1: warning: missing initializer for member '_typeobject::tp_vectorcall' [-Wmissing-field-initializers]
PythonQtSlot.cpp:780:1: warning: missing initializer for member '_typeobject::tp_print' [-Wmissing-field-initializers]
PythonQtSignal.cpp: In function 'PyObject* meth_richcompare(PythonQtSignalFunctionObject*, PythonQtSignalFunctionObject*, int)':
PythonQtSignal.cpp:390:3: warning: 'r' may be used uninitialized in this function [-Wmaybe-uninitialized]
390 | if (r)
| ^~
PythonQtSlot.cpp: In function 'PyObject* meth_richcompare(PythonQtSlotFunctionObject*, PythonQtSlotFunctionObject*, int)':
PythonQtSlot.cpp:737:3: warning: 'r' may be used uninitialized in this function [-Wmaybe-uninitialized]
737 | if (r)
| ^~
PythonQtSlotDecorator.cpp: In function 'PyObject* PythonQtSlotDecorator_call(PyObject*, PyObject*, PyObject*)':
PythonQtSlotDecorator.cpp:86:82: warning: unused parameter 'kw' [-Wunused-parameter]
86 | PyObject* PythonQtSlotDecorator_call(PyObject* object, PyObject* args, PyObject* kw)
| ~~~~~~~~~~^~
PythonQtSlotDecorator.cpp: At global scope:
PythonQtSlotDecorator.cpp:175:1: warning: missing initializer for member '_typeobject::tp_version_tag' [-Wmissing-field-initializers]
175 | };
| ^
PythonQtSlotDecorator.cpp:175:1: warning: missing initializer for member '_typeobject::tp_finalize' [-Wmissing-field-initializers]
PythonQtSlotDecorator.cpp:175:1: warning: missing initializer for member '_typeobject::tp_vectorcall' [-Wmissing-field-initializers]
PythonQtSlotDecorator.cpp:175:1: warning: missing initializer for member '_typeobject::tp_print' [-Wmissing-field-initializers]
PythonQtConversion.cpp: In static member function 'static void* PythonQtConv::ConvertPythonToQt(const PythonQtMethodInfo::ParameterInfo&, PyObject*, bool, PythonQtClassInfo*, void*)':
PythonQtConversion.cpp:518:37: warning: comparison of integer expressions of different signedness: 'qint64' {aka 'long long int'} and 'long unsigned int' [-Wsign-compare]
518 | if (ok && (val >= 0 && val <= ULONG_MAX)) {
| ^
PythonQtConversion.cpp:542:25: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
542 | if (ok && (val >= 0 && val <= UINT_MAX)) {
| ~~~~^~~~
PythonQtConversion.cpp: In static member function 'static QVariant PythonQtConv::PyObjToQVariant(PyObject*, int)':
PythonQtConversion.cpp:1216:21: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare]
1216 | } else if (type >= QVariant::UserType) {
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
PythonQtSignalReceiver.cpp: In member function 'bool PythonQtSignalReceiver::removeSignalHandler(const char*, PyObject*)':
PythonQtSignalReceiver.cpp:237:22: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
237 | if ((foundCount>0) && (sigId == _destroyedSignal1Id) || (sigId == _destroyedSignal2Id)) {
| ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PythonQtConversion.cpp:1137:50: warning: this statement may fall through [-Wimplicit-fallthrough=]
1137 | v = QVariant(PyObjGetBytes(val, false, ok));
| ^
PythonQtConversion.cpp:1142:3: note: here
1142 | case QVariant::String:
| ^~~~
PythonQtInstanceWrapper.cpp:360:32: warning: cast between incompatible function types from 'PyObject* (*)(PythonQtInstanceWrapper*)' {aka '_object* (*)(PythonQtInstanceWrapperStruct*)'} to 'PyCFunction' {aka '_object* (*)(_object*, _object*)'} [-Wcast-function-type]
360 | {"className", (PyCFunction)PythonQtInstanceWrapper_classname, METH_NOARGS,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PythonQtInstanceWrapper.cpp:366:27: warning: cast between incompatible function types from 'PyObject* (*)(PythonQtInstanceWrapper*)' {aka '_object* (*)(PythonQtInstanceWrapperStruct*)'} to 'PyCFunction' {aka '_object* (*)(_object*, _object*)'} [-Wcast-function-type]
366 | {"help", (PyCFunction)PythonQtInstanceWrapper_help, METH_NOARGS,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
PythonQtInstanceWrapper.cpp:369:29: warning: cast between incompatible function types from 'PyObject* (*)(PythonQtInstanceWrapper*)' {aka '_object* (*)(PythonQtInstanceWrapperStruct*)'} to 'PyCFunction' {aka '_object* (*)(_object*, _object*)'} [-Wcast-function-type]
369 | {"delete", (PyCFunction)PythonQtInstanceWrapper_delete, METH_NOARGS,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PythonQtInstanceWrapper.cpp:892:1: warning: missing initializer for member 'PyNumberMethods::nb_matrix_multiply' [-Wmissing-field-initializers]
892 | };
| ^
PythonQtInstanceWrapper.cpp:892:1: warning: missing initializer for member 'PyNumberMethods::nb_inplace_matrix_multiply' [-Wmissing-field-initializers]
PythonQtInstanceWrapper.cpp:941:1: warning: missing initializer for member '_typeobject::tp_free' [-Wmissing-field-initializers]
941 | };
| ^
PythonQtInstanceWrapper.cpp:941:1: warning: missing initializer for member '_typeobject::tp_is_gc' [-Wmissing-field-initializers]
PythonQtInstanceWrapper.cpp:941:1: warning: missing initializer for member '_typeobject::tp_bases' [-Wmissing-field-initializers]
PythonQtInstanceWrapper.cpp:941:1: warning: missing initializer for member '_typeobject::tp_mro' [-Wmissing-field-initializers]
PythonQtInstanceWrapper.cpp:941:1: warning: missing initializer for member '_typeobject::tp_cache' [-Wmissing-field-initializers]
PythonQtInstanceWrapper.cpp:941:1: warning: missing initializer for member '_typeobject::tp_subclasses' [-Wmissing-field-initializers]
PythonQtInstanceWrapper.cpp:941:1: warning: missing initializer for member '_typeobject::tp_weaklist' [-Wmissing-field-initializers]
PythonQtInstanceWrapper.cpp:941:1: warning: missing initializer for member '_typeobject::tp_del' [-Wmissing-field-initializers]
PythonQtInstanceWrapper.cpp:941:1: warning: missing initializer for member '_typeobject::tp_version_tag' [-Wmissing-field-initializers]
PythonQtInstanceWrapper.cpp:941:1: warning: missing initializer for member '_typeobject::tp_finalize' [-Wmissing-field-initializers]
PythonQtInstanceWrapper.cpp:941:1: warning: missing initializer for member '_typeobject::tp_vectorcall' [-Wmissing-field-initializers]
PythonQtInstanceWrapper.cpp:941:1: warning: missing initializer for member '_typeobject::tp_print' [-Wmissing-field-initializers]
PythonQtClassWrapper.cpp:422:32: warning: cast between incompatible function types from 'PyObject* (*)(PythonQtClassWrapper*)' {aka '_object* (*)(PythonQtClassWrapper*)'} to 'PyCFunction' {aka '_object* (*)(_object*, _object*)'} [-Wcast-function-type]
422 | {"className", (PyCFunction)PythonQtClassWrapper_classname, METH_NOARGS,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PythonQtClassWrapper.cpp:428:27: warning: cast between incompatible function types from 'PyObject* (*)(PythonQtClassWrapper*)' {aka '_object* (*)(PythonQtClassWrapper*)'} to 'PyCFunction' {aka '_object* (*)(_object*, _object*)'} [-Wcast-function-type]
428 | {"help", (PyCFunction)PythonQtClassWrapper_help, METH_NOARGS,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
PythonQtClassWrapper.cpp:639:1: warning: missing initializer for member '_typeobject::tp_is_gc' [-Wmissing-field-initializers]
639 | };
| ^
PythonQtClassWrapper.cpp:639:1: warning: missing initializer for member '_typeobject::tp_bases' [-Wmissing-field-initializers]
PythonQtClassWrapper.cpp:639:1: warning: missing initializer for member '_typeobject::tp_mro' [-Wmissing-field-initializers]
PythonQtClassWrapper.cpp:639:1: warning: missing initializer for member '_typeobject::tp_cache' [-Wmissing-field-initializers]
PythonQtClassWrapper.cpp:639:1: warning: missing initializer for member '_typeobject::tp_subclasses' [-Wmissing-field-initializers]
PythonQtClassWrapper.cpp:639:1: warning: missing initializer for member '_typeobject::tp_weaklist' [-Wmissing-field-initializers]
PythonQtClassWrapper.cpp:639:1: warning: missing initializer for member '_typeobject::tp_del' [-Wmissing-field-initializers]
PythonQtClassWrapper.cpp:639:1: warning: missing initializer for member '_typeobject::tp_version_tag' [-Wmissing-field-initializers]
PythonQtClassWrapper.cpp:639:1: warning: missing initializer for member '_typeobject::tp_finalize' [-Wmissing-field-initializers]
PythonQtClassWrapper.cpp:639:1: warning: missing initializer for member '_typeobject::tp_vectorcall' [-Wmissing-field-initializers]
PythonQtClassWrapper.cpp:639:1: warning: missing initializer for member '_typeobject::tp_print' [-Wmissing-field-initializers]
PythonQtBoolResult.cpp:118:1: warning: missing initializer for member 'PyNumberMethods::nb_matrix_multiply' [-Wmissing-field-initializers]
118 | };
| ^
PythonQtBoolResult.cpp:118:1: warning: missing initializer for member 'PyNumberMethods::nb_inplace_matrix_multiply' [-Wmissing-field-initializers]
PythonQtBoolResult.cpp:157:1: warning: missing initializer for member '_typeobject::tp_alloc' [-Wmissing-field-initializers]
157 | };
| ^
PythonQtBoolResult.cpp:157:1: warning: missing initializer for member '_typeobject::tp_new' [-Wmissing-field-initializers]
PythonQtBoolResult.cpp:157:1: warning: missing initializer for member '_typeobject::tp_free' [-Wmissing-field-initializers]
PythonQtBoolResult.cpp:157:1: warning: missing initializer for member '_typeobject::tp_is_gc' [-Wmissing-field-initializers]
PythonQtBoolResult.cpp:157:1: warning: missing initializer for member '_typeobject::tp_bases' [-Wmissing-field-initializers]
PythonQtBoolResult.cpp:157:1: warning: missing initializer for member '_typeobject::tp_mro' [-Wmissing-field-initializers]
PythonQtBoolResult.cpp:157:1: warning: missing initializer for member '_typeobject::tp_cache' [-Wmissing-field-initializers]
PythonQtBoolResult.cpp:157:1: warning: missing initializer for member '_typeobject::tp_subclasses' [-Wmissing-field-initializers]
PythonQtBoolResult.cpp:157:1: warning: missing initializer for member '_typeobject::tp_weaklist' [-Wmissing-field-initializers]
PythonQtBoolResult.cpp:157:1: warning: missing initializer for member '_typeobject::tp_del' [-Wmissing-field-initializers]
PythonQtBoolResult.cpp:157:1: warning: missing initializer for member '_typeobject::tp_version_tag' [-Wmissing-field-initializers]
PythonQtBoolResult.cpp:157:1: warning: missing initializer for member '_typeobject::tp_finalize' [-Wmissing-field-initializers]
PythonQtBoolResult.cpp:157:1: warning: missing initializer for member '_typeobject::tp_vectorcall' [-Wmissing-field-initializers]
PythonQtBoolResult.cpp:157:1: warning: missing initializer for member '_typeobject::tp_print' [-Wmissing-field-initializers]
../../generated_cpp_56/com_trolltech_qt_core/com_trolltech_qt_core1.cpp: In member function 'void PythonQtWrapper_QMessageLogger::critical(QMessageLogger*, const char*) const':
../../generated_cpp_56/com_trolltech_qt_core/com_trolltech_qt_core1.cpp:4954:35: warning: format not a string literal and no format arguments [-Wformat-security]
4954 | ( theWrappedObject->critical(msg));
| ^
../../generated_cpp_56/com_trolltech_qt_core/com_trolltech_qt_core1.cpp: In member function 'void PythonQtWrapper_QMessageLogger::debug(QMessageLogger*, const char*) const':
../../generated_cpp_56/com_trolltech_qt_core/com_trolltech_qt_core1.cpp:4959:32: warning: format not a string literal and no format arguments [-Wformat-security]
4959 | ( theWrappedObject->debug(msg));
| ^
../../generated_cpp_56/com_trolltech_qt_core/com_trolltech_qt_core1.cpp: In member function 'void PythonQtWrapper_QMessageLogger::fatal(QMessageLogger*, const char*) const':
../../generated_cpp_56/com_trolltech_qt_core/com_trolltech_qt_core1.cpp:4964:32: warning: format not a string literal and no format arguments [-Wformat-security]
4964 | ( theWrappedObject->fatal(msg));
| ^
../../generated_cpp_56/com_trolltech_qt_core/com_trolltech_qt_core1.cpp: In member function 'void PythonQtWrapper_QMessageLogger::info(QMessageLogger*, const char*) const':
../../generated_cpp_56/com_trolltech_qt_core/com_trolltech_qt_core1.cpp:4969:31: warning: format not a string literal and no format arguments [-Wformat-security]
4969 | ( theWrappedObject->info(msg));
| ^
../../generated_cpp_56/com_trolltech_qt_core/com_trolltech_qt_core1.cpp: In member function 'void PythonQtWrapper_QMessageLogger::noDebug(QMessageLogger*, const char*) const':
../../generated_cpp_56/com_trolltech_qt_core/com_trolltech_qt_core1.cpp:4974:37: warning: format not a string literal and no format arguments [-Wformat-security]
4974 | ( theWrappedObject->noDebug(arg__1));
| ^
../../generated_cpp_56/com_trolltech_qt_core/com_trolltech_qt_core1.cpp: In member function 'void PythonQtWrapper_QMessageLogger::warning(QMessageLogger*, const char*) const':
../../generated_cpp_56/com_trolltech_qt_core/com_trolltech_qt_core1.cpp:4979:34: warning: format not a string literal and no format arguments [-Wformat-security]
4979 | ( theWrappedObject->warning(msg));
| ^
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h:2032:56: warning: 'QStyleOptionDockWidgetV2' is deprecated [-Wdeprecated-declarations]
2032 | QStyleOptionDockWidgetV2* new_QStyleOptionDockWidgetV2();
| ^
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h:61,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:398:50: note: declared here
398 | typedef Q_DECL_DEPRECATED QStyleOptionDockWidget QStyleOptionDockWidgetV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h:2033:93: warning: 'QStyleOptionDockWidgetV2' is deprecated [-Wdeprecated-declarations]
2033 | QStyleOptionDockWidgetV2* new_QStyleOptionDockWidgetV2(const QStyleOptionDockWidgetV2& other) {
| ^
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h:61,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:398:50: note: declared here
398 | typedef Q_DECL_DEPRECATED QStyleOptionDockWidget QStyleOptionDockWidgetV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h:2033:93: warning: 'QStyleOptionDockWidgetV2' is deprecated [-Wdeprecated-declarations]
2033 | QStyleOptionDockWidgetV2* new_QStyleOptionDockWidgetV2(const QStyleOptionDockWidgetV2& other) {
| ^
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h:61,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:398:50: note: declared here
398 | typedef Q_DECL_DEPRECATED QStyleOptionDockWidget QStyleOptionDockWidgetV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h:2037:67: warning: 'QStyleOptionDockWidgetV2' is deprecated [-Wdeprecated-declarations]
2037 | void delete_QStyleOptionDockWidgetV2(QStyleOptionDockWidgetV2* obj) { delete obj; }
| ^
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h:61,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:398:50: note: declared here
398 | typedef Q_DECL_DEPRECATED QStyleOptionDockWidget QStyleOptionDockWidgetV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h: In member function 'QStyleOptionDockWidgetV2* PythonQtWrapper_QStyleOptionDockWidgetV2::new_QStyleOptionDockWidgetV2(const QStyleOptionDockWidgetV2&)':
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h:2035:28: warning: 'QStyleOptionDockWidgetV2' is deprecated [-Wdeprecated-declarations]
2035 | *((QStyleOptionDockWidgetV2*)a) = other;
| ^
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h:61,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:398:50: note: declared here
398 | typedef Q_DECL_DEPRECATED QStyleOptionDockWidget QStyleOptionDockWidgetV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h: At global scope:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h:2137:46: warning: 'QStyleOptionFrameV2' is deprecated [-Wdeprecated-declarations]
2137 | QStyleOptionFrameV2* new_QStyleOptionFrameV2();
| ^
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h:61,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:152:45: note: declared here
152 | typedef Q_DECL_DEPRECATED QStyleOptionFrame QStyleOptionFrameV2;
| ^~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h:2138:78: warning: 'QStyleOptionFrameV2' is deprecated [-Wdeprecated-declarations]
2138 | QStyleOptionFrameV2* new_QStyleOptionFrameV2(const QStyleOptionFrameV2& other) {
| ^
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h:61,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:152:45: note: declared here
152 | typedef Q_DECL_DEPRECATED QStyleOptionFrame QStyleOptionFrameV2;
| ^~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h:2138:78: warning: 'QStyleOptionFrameV2' is deprecated [-Wdeprecated-declarations]
2138 | QStyleOptionFrameV2* new_QStyleOptionFrameV2(const QStyleOptionFrameV2& other) {
| ^
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h:61,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:152:45: note: declared here
152 | typedef Q_DECL_DEPRECATED QStyleOptionFrame QStyleOptionFrameV2;
| ^~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h:2142:57: warning: 'QStyleOptionFrameV2' is deprecated [-Wdeprecated-declarations]
2142 | void delete_QStyleOptionFrameV2(QStyleOptionFrameV2* obj) { delete obj; }
| ^
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h:61,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:152:45: note: declared here
152 | typedef Q_DECL_DEPRECATED QStyleOptionFrame QStyleOptionFrameV2;
| ^~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h: In member function 'QStyleOptionFrameV2* PythonQtWrapper_QStyleOptionFrameV2::new_QStyleOptionFrameV2(const QStyleOptionFrameV2&)':
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h:2140:23: warning: 'QStyleOptionFrameV2' is deprecated [-Wdeprecated-declarations]
2140 | *((QStyleOptionFrameV2*)a) = other;
| ^
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h:61,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:152:45: note: declared here
152 | typedef Q_DECL_DEPRECATED QStyleOptionFrame QStyleOptionFrameV2;
| ^~~~~~~~~~~~~~~~~~~
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.cpp: At global scope:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.cpp:14685:98: warning: 'QStyleOptionDockWidgetV2' is deprecated [-Wdeprecated-declarations]
14685 | QStyleOptionDockWidgetV2* PythonQtWrapper_QStyleOptionDockWidgetV2::new_QStyleOptionDockWidgetV2()
| ^
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h:61,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:398:50: note: declared here
398 | typedef Q_DECL_DEPRECATED QStyleOptionDockWidget QStyleOptionDockWidgetV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.cpp:14731:83: warning: 'QStyleOptionFrameV2' is deprecated [-Wdeprecated-declarations]
14731 | QStyleOptionFrameV2* PythonQtWrapper_QStyleOptionFrameV2::new_QStyleOptionFrameV2()
| ^
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h:61,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:152:45: note: declared here
152 | typedef Q_DECL_DEPRECATED QStyleOptionFrame QStyleOptionFrameV2;
| ^~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:64:46: warning: 'QStyleOptionFrameV3' is deprecated [-Wdeprecated-declarations]
64 | QStyleOptionFrameV3* new_QStyleOptionFrameV3();
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:153:45: note: declared here
153 | typedef Q_DECL_DEPRECATED QStyleOptionFrame QStyleOptionFrameV3;
| ^~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:65:78: warning: 'QStyleOptionFrameV3' is deprecated [-Wdeprecated-declarations]
65 | QStyleOptionFrameV3* new_QStyleOptionFrameV3(const QStyleOptionFrameV3& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:153:45: note: declared here
153 | typedef Q_DECL_DEPRECATED QStyleOptionFrame QStyleOptionFrameV3;
| ^~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:65:78: warning: 'QStyleOptionFrameV3' is deprecated [-Wdeprecated-declarations]
65 | QStyleOptionFrameV3* new_QStyleOptionFrameV3(const QStyleOptionFrameV3& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:153:45: note: declared here
153 | typedef Q_DECL_DEPRECATED QStyleOptionFrame QStyleOptionFrameV3;
| ^~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:69:57: warning: 'QStyleOptionFrameV3' is deprecated [-Wdeprecated-declarations]
69 | void delete_QStyleOptionFrameV3(QStyleOptionFrameV3* obj) { delete obj; }
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:153:45: note: declared here
153 | typedef Q_DECL_DEPRECATED QStyleOptionFrame QStyleOptionFrameV3;
| ^~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: In member function 'QStyleOptionFrameV3* PythonQtWrapper_QStyleOptionFrameV3::new_QStyleOptionFrameV3(const QStyleOptionFrameV3&)':
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:67:23: warning: 'QStyleOptionFrameV3' is deprecated [-Wdeprecated-declarations]
67 | *((QStyleOptionFrameV3*)a) = other;
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:153:45: note: declared here
153 | typedef Q_DECL_DEPRECATED QStyleOptionFrame QStyleOptionFrameV3;
| ^~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: At global scope:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:335:58: warning: 'QStyleOptionProgressBarV2' is deprecated [-Wdeprecated-declarations]
335 | QStyleOptionProgressBarV2* new_QStyleOptionProgressBarV2();
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:349:51: note: declared here
349 | typedef Q_DECL_DEPRECATED QStyleOptionProgressBar QStyleOptionProgressBarV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:336:96: warning: 'QStyleOptionProgressBarV2' is deprecated [-Wdeprecated-declarations]
336 | QStyleOptionProgressBarV2* new_QStyleOptionProgressBarV2(const QStyleOptionProgressBarV2& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:349:51: note: declared here
349 | typedef Q_DECL_DEPRECATED QStyleOptionProgressBar QStyleOptionProgressBarV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:336:96: warning: 'QStyleOptionProgressBarV2' is deprecated [-Wdeprecated-declarations]
336 | QStyleOptionProgressBarV2* new_QStyleOptionProgressBarV2(const QStyleOptionProgressBarV2& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:349:51: note: declared here
349 | typedef Q_DECL_DEPRECATED QStyleOptionProgressBar QStyleOptionProgressBarV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:340:69: warning: 'QStyleOptionProgressBarV2' is deprecated [-Wdeprecated-declarations]
340 | void delete_QStyleOptionProgressBarV2(QStyleOptionProgressBarV2* obj) { delete obj; }
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:349:51: note: declared here
349 | typedef Q_DECL_DEPRECATED QStyleOptionProgressBar QStyleOptionProgressBarV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: In member function 'QStyleOptionProgressBarV2* PythonQtWrapper_QStyleOptionProgressBarV2::new_QStyleOptionProgressBarV2(const QStyleOptionProgressBarV2&)':
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:338:29: warning: 'QStyleOptionProgressBarV2' is deprecated [-Wdeprecated-declarations]
338 | *((QStyleOptionProgressBarV2*)a) = other;
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:349:51: note: declared here
349 | typedef Q_DECL_DEPRECATED QStyleOptionProgressBar QStyleOptionProgressBarV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: At global scope:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:633:56: warning: 'QStyleOptionTabBarBaseV2' is deprecated [-Wdeprecated-declarations]
633 | QStyleOptionTabBarBaseV2* new_QStyleOptionTabBarBaseV2();
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:202:50: note: declared here
202 | typedef Q_DECL_DEPRECATED QStyleOptionTabBarBase QStyleOptionTabBarBaseV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:634:93: warning: 'QStyleOptionTabBarBaseV2' is deprecated [-Wdeprecated-declarations]
634 | QStyleOptionTabBarBaseV2* new_QStyleOptionTabBarBaseV2(const QStyleOptionTabBarBaseV2& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:202:50: note: declared here
202 | typedef Q_DECL_DEPRECATED QStyleOptionTabBarBase QStyleOptionTabBarBaseV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:634:93: warning: 'QStyleOptionTabBarBaseV2' is deprecated [-Wdeprecated-declarations]
634 | QStyleOptionTabBarBaseV2* new_QStyleOptionTabBarBaseV2(const QStyleOptionTabBarBaseV2& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:202:50: note: declared here
202 | typedef Q_DECL_DEPRECATED QStyleOptionTabBarBase QStyleOptionTabBarBaseV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:638:67: warning: 'QStyleOptionTabBarBaseV2' is deprecated [-Wdeprecated-declarations]
638 | void delete_QStyleOptionTabBarBaseV2(QStyleOptionTabBarBaseV2* obj) { delete obj; }
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:202:50: note: declared here
202 | typedef Q_DECL_DEPRECATED QStyleOptionTabBarBase QStyleOptionTabBarBaseV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: In member function 'QStyleOptionTabBarBaseV2* PythonQtWrapper_QStyleOptionTabBarBaseV2::new_QStyleOptionTabBarBaseV2(const QStyleOptionTabBarBaseV2&)':
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:636:28: warning: 'QStyleOptionTabBarBaseV2' is deprecated [-Wdeprecated-declarations]
636 | *((QStyleOptionTabBarBaseV2*)a) = other;
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:202:50: note: declared here
202 | typedef Q_DECL_DEPRECATED QStyleOptionTabBarBase QStyleOptionTabBarBaseV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: At global scope:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:660:42: warning: 'QStyleOptionTabV2' is deprecated [-Wdeprecated-declarations]
660 | QStyleOptionTabV2* new_QStyleOptionTabV2();
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:294:43: note: declared here
294 | typedef Q_DECL_DEPRECATED QStyleOptionTab QStyleOptionTabV2;
| ^~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:661:72: warning: 'QStyleOptionTabV2' is deprecated [-Wdeprecated-declarations]
661 | QStyleOptionTabV2* new_QStyleOptionTabV2(const QStyleOptionTabV2& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:294:43: note: declared here
294 | typedef Q_DECL_DEPRECATED QStyleOptionTab QStyleOptionTabV2;
| ^~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:661:72: warning: 'QStyleOptionTabV2' is deprecated [-Wdeprecated-declarations]
661 | QStyleOptionTabV2* new_QStyleOptionTabV2(const QStyleOptionTabV2& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:294:43: note: declared here
294 | typedef Q_DECL_DEPRECATED QStyleOptionTab QStyleOptionTabV2;
| ^~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:665:53: warning: 'QStyleOptionTabV2' is deprecated [-Wdeprecated-declarations]
665 | void delete_QStyleOptionTabV2(QStyleOptionTabV2* obj) { delete obj; }
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:294:43: note: declared here
294 | typedef Q_DECL_DEPRECATED QStyleOptionTab QStyleOptionTabV2;
| ^~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: In member function 'QStyleOptionTabV2* PythonQtWrapper_QStyleOptionTabV2::new_QStyleOptionTabV2(const QStyleOptionTabV2&)':
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:663:21: warning: 'QStyleOptionTabV2' is deprecated [-Wdeprecated-declarations]
663 | *((QStyleOptionTabV2*)a) = other;
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:294:43: note: declared here
294 | typedef Q_DECL_DEPRECATED QStyleOptionTab QStyleOptionTabV2;
| ^~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: At global scope:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:687:42: warning: 'QStyleOptionTabV3' is deprecated [-Wdeprecated-declarations]
687 | QStyleOptionTabV3* new_QStyleOptionTabV3();
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:295:43: note: declared here
295 | typedef Q_DECL_DEPRECATED QStyleOptionTab QStyleOptionTabV3;
| ^~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:688:72: warning: 'QStyleOptionTabV3' is deprecated [-Wdeprecated-declarations]
688 | QStyleOptionTabV3* new_QStyleOptionTabV3(const QStyleOptionTabV3& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:295:43: note: declared here
295 | typedef Q_DECL_DEPRECATED QStyleOptionTab QStyleOptionTabV3;
| ^~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:688:72: warning: 'QStyleOptionTabV3' is deprecated [-Wdeprecated-declarations]
688 | QStyleOptionTabV3* new_QStyleOptionTabV3(const QStyleOptionTabV3& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:295:43: note: declared here
295 | typedef Q_DECL_DEPRECATED QStyleOptionTab QStyleOptionTabV3;
| ^~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:692:53: warning: 'QStyleOptionTabV3' is deprecated [-Wdeprecated-declarations]
692 | void delete_QStyleOptionTabV3(QStyleOptionTabV3* obj) { delete obj; }
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:295:43: note: declared here
295 | typedef Q_DECL_DEPRECATED QStyleOptionTab QStyleOptionTabV3;
| ^~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: In member function 'QStyleOptionTabV3* PythonQtWrapper_QStyleOptionTabV3::new_QStyleOptionTabV3(const QStyleOptionTabV3&)':
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:690:21: warning: 'QStyleOptionTabV3' is deprecated [-Wdeprecated-declarations]
690 | *((QStyleOptionTabV3*)a) = other;
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:295:43: note: declared here
295 | typedef Q_DECL_DEPRECATED QStyleOptionTab QStyleOptionTabV3;
| ^~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: At global scope:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:762:64: warning: 'QStyleOptionTabWidgetFrameV2' is deprecated [-Wdeprecated-declarations]
762 | QStyleOptionTabWidgetFrameV2* new_QStyleOptionTabWidgetFrameV2();
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:179:54: note: declared here
179 | typedef Q_DECL_DEPRECATED QStyleOptionTabWidgetFrame QStyleOptionTabWidgetFrameV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:763:105: warning: 'QStyleOptionTabWidgetFrameV2' is deprecated [-Wdeprecated-declarations]
763 | QStyleOptionTabWidgetFrameV2* new_QStyleOptionTabWidgetFrameV2(const QStyleOptionTabWidgetFrameV2& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:179:54: note: declared here
179 | typedef Q_DECL_DEPRECATED QStyleOptionTabWidgetFrame QStyleOptionTabWidgetFrameV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:763:105: warning: 'QStyleOptionTabWidgetFrameV2' is deprecated [-Wdeprecated-declarations]
763 | QStyleOptionTabWidgetFrameV2* new_QStyleOptionTabWidgetFrameV2(const QStyleOptionTabWidgetFrameV2& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:179:54: note: declared here
179 | typedef Q_DECL_DEPRECATED QStyleOptionTabWidgetFrame QStyleOptionTabWidgetFrameV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:767:75: warning: 'QStyleOptionTabWidgetFrameV2' is deprecated [-Wdeprecated-declarations]
767 | void delete_QStyleOptionTabWidgetFrameV2(QStyleOptionTabWidgetFrameV2* obj) { delete obj; }
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:179:54: note: declared here
179 | typedef Q_DECL_DEPRECATED QStyleOptionTabWidgetFrame QStyleOptionTabWidgetFrameV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: In member function 'QStyleOptionTabWidgetFrameV2* PythonQtWrapper_QStyleOptionTabWidgetFrameV2::new_QStyleOptionTabWidgetFrameV2(const QStyleOptionTabWidgetFrameV2&)':
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:765:32: warning: 'QStyleOptionTabWidgetFrameV2' is deprecated [-Wdeprecated-declarations]
765 | *((QStyleOptionTabWidgetFrameV2*)a) = other;
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:179:54: note: declared here
179 | typedef Q_DECL_DEPRECATED QStyleOptionTabWidgetFrame QStyleOptionTabWidgetFrameV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: At global scope:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:923:50: warning: 'QStyleOptionToolBoxV2' is deprecated [-Wdeprecated-declarations]
923 | QStyleOptionToolBoxV2* new_QStyleOptionToolBoxV2();
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:479:47: note: declared here
479 | typedef Q_DECL_DEPRECATED QStyleOptionToolBox QStyleOptionToolBoxV2;
| ^~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:924:84: warning: 'QStyleOptionToolBoxV2' is deprecated [-Wdeprecated-declarations]
924 | QStyleOptionToolBoxV2* new_QStyleOptionToolBoxV2(const QStyleOptionToolBoxV2& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:479:47: note: declared here
479 | typedef Q_DECL_DEPRECATED QStyleOptionToolBox QStyleOptionToolBoxV2;
| ^~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:924:84: warning: 'QStyleOptionToolBoxV2' is deprecated [-Wdeprecated-declarations]
924 | QStyleOptionToolBoxV2* new_QStyleOptionToolBoxV2(const QStyleOptionToolBoxV2& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:479:47: note: declared here
479 | typedef Q_DECL_DEPRECATED QStyleOptionToolBox QStyleOptionToolBoxV2;
| ^~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:928:61: warning: 'QStyleOptionToolBoxV2' is deprecated [-Wdeprecated-declarations]
928 | void delete_QStyleOptionToolBoxV2(QStyleOptionToolBoxV2* obj) { delete obj; }
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:479:47: note: declared here
479 | typedef Q_DECL_DEPRECATED QStyleOptionToolBox QStyleOptionToolBoxV2;
| ^~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: In member function 'QStyleOptionToolBoxV2* PythonQtWrapper_QStyleOptionToolBoxV2::new_QStyleOptionToolBoxV2(const QStyleOptionToolBoxV2&)':
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:926:25: warning: 'QStyleOptionToolBoxV2' is deprecated [-Wdeprecated-declarations]
926 | *((QStyleOptionToolBoxV2*)a) = other;
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:479:47: note: declared here
479 | typedef Q_DECL_DEPRECATED QStyleOptionToolBox QStyleOptionToolBoxV2;
| ^~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: At global scope:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:1073:52: warning: 'QStyleOptionViewItemV2' is deprecated [-Wdeprecated-declarations]
1073 | QStyleOptionViewItemV2* new_QStyleOptionViewItemV2();
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:451:48: note: declared here
451 | typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV2;
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:1074:87: warning: 'QStyleOptionViewItemV2' is deprecated [-Wdeprecated-declarations]
1074 | QStyleOptionViewItemV2* new_QStyleOptionViewItemV2(const QStyleOptionViewItemV2& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:451:48: note: declared here
451 | typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV2;
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:1074:87: warning: 'QStyleOptionViewItemV2' is deprecated [-Wdeprecated-declarations]
1074 | QStyleOptionViewItemV2* new_QStyleOptionViewItemV2(const QStyleOptionViewItemV2& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:451:48: note: declared here
451 | typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV2;
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:1078:63: warning: 'QStyleOptionViewItemV2' is deprecated [-Wdeprecated-declarations]
1078 | void delete_QStyleOptionViewItemV2(QStyleOptionViewItemV2* obj) { delete obj; }
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:451:48: note: declared here
451 | typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV2;
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: In member function 'QStyleOptionViewItemV2* PythonQtWrapper_QStyleOptionViewItemV2::new_QStyleOptionViewItemV2(const QStyleOptionViewItemV2&)':
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:1076:26: warning: 'QStyleOptionViewItemV2' is deprecated [-Wdeprecated-declarations]
1076 | *((QStyleOptionViewItemV2*)a) = other;
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:451:48: note: declared here
451 | typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV2;
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: At global scope:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:1100:52: warning: 'QStyleOptionViewItemV3' is deprecated [-Wdeprecated-declarations]
1100 | QStyleOptionViewItemV3* new_QStyleOptionViewItemV3();
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:452:48: note: declared here
452 | typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV3;
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:1101:87: warning: 'QStyleOptionViewItemV3' is deprecated [-Wdeprecated-declarations]
1101 | QStyleOptionViewItemV3* new_QStyleOptionViewItemV3(const QStyleOptionViewItemV3& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:452:48: note: declared here
452 | typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV3;
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:1101:87: warning: 'QStyleOptionViewItemV3' is deprecated [-Wdeprecated-declarations]
1101 | QStyleOptionViewItemV3* new_QStyleOptionViewItemV3(const QStyleOptionViewItemV3& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:452:48: note: declared here
452 | typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV3;
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:1105:63: warning: 'QStyleOptionViewItemV3' is deprecated [-Wdeprecated-declarations]
1105 | void delete_QStyleOptionViewItemV3(QStyleOptionViewItemV3* obj) { delete obj; }
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:452:48: note: declared here
452 | typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV3;
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: In member function 'QStyleOptionViewItemV3* PythonQtWrapper_QStyleOptionViewItemV3::new_QStyleOptionViewItemV3(const QStyleOptionViewItemV3&)':
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:1103:26: warning: 'QStyleOptionViewItemV3' is deprecated [-Wdeprecated-declarations]
1103 | *((QStyleOptionViewItemV3*)a) = other;
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:452:48: note: declared here
452 | typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV3;
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: At global scope:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:1127:52: warning: 'QStyleOptionViewItemV4' is deprecated [-Wdeprecated-declarations]
1127 | QStyleOptionViewItemV4* new_QStyleOptionViewItemV4();
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:453:48: note: declared here
453 | typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV4;
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:1128:87: warning: 'QStyleOptionViewItemV4' is deprecated [-Wdeprecated-declarations]
1128 | QStyleOptionViewItemV4* new_QStyleOptionViewItemV4(const QStyleOptionViewItemV4& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:453:48: note: declared here
453 | typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV4;
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:1128:87: warning: 'QStyleOptionViewItemV4' is deprecated [-Wdeprecated-declarations]
1128 | QStyleOptionViewItemV4* new_QStyleOptionViewItemV4(const QStyleOptionViewItemV4& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:453:48: note: declared here
453 | typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV4;
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:1132:63: warning: 'QStyleOptionViewItemV4' is deprecated [-Wdeprecated-declarations]
1132 | void delete_QStyleOptionViewItemV4(QStyleOptionViewItemV4* obj) { delete obj; }
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:453:48: note: declared here
453 | typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV4;
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: In member function 'QStyleOptionViewItemV4* PythonQtWrapper_QStyleOptionViewItemV4::new_QStyleOptionViewItemV4(const QStyleOptionViewItemV4&)':
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:1130:26: warning: 'QStyleOptionViewItemV4' is deprecated [-Wdeprecated-declarations]
1130 | *((QStyleOptionViewItemV4*)a) = other;
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:453:48: note: declared here
453 | typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV4;
| ^~~~~~~~~~~~~~~~~~~~~~
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp: At global scope:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:52:83: warning: 'QStyleOptionFrameV3' is deprecated [-Wdeprecated-declarations]
52 | QStyleOptionFrameV3* PythonQtWrapper_QStyleOptionFrameV3::new_QStyleOptionFrameV3()
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:153:45: note: declared here
153 | typedef Q_DECL_DEPRECATED QStyleOptionFrame QStyleOptionFrameV3;
| ^~~~~~~~~~~~~~~~~~~
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:157:101: warning: 'QStyleOptionProgressBarV2' is deprecated [-Wdeprecated-declarations]
157 | QStyleOptionProgressBarV2* PythonQtWrapper_QStyleOptionProgressBarV2::new_QStyleOptionProgressBarV2()
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:349:51: note: declared here
349 | typedef Q_DECL_DEPRECATED QStyleOptionProgressBar QStyleOptionProgressBarV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:275:98: warning: 'QStyleOptionTabBarBaseV2' is deprecated [-Wdeprecated-declarations]
275 | QStyleOptionTabBarBaseV2* PythonQtWrapper_QStyleOptionTabBarBaseV2::new_QStyleOptionTabBarBaseV2()
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:202:50: note: declared here
202 | typedef Q_DECL_DEPRECATED QStyleOptionTabBarBase QStyleOptionTabBarBaseV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:285:77: warning: 'QStyleOptionTabV2' is deprecated [-Wdeprecated-declarations]
285 | QStyleOptionTabV2* PythonQtWrapper_QStyleOptionTabV2::new_QStyleOptionTabV2()
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:294:43: note: declared here
294 | typedef Q_DECL_DEPRECATED QStyleOptionTab QStyleOptionTabV2;
| ^~~~~~~~~~~~~~~~~
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:295:77: warning: 'QStyleOptionTabV3' is deprecated [-Wdeprecated-declarations]
295 | QStyleOptionTabV3* PythonQtWrapper_QStyleOptionTabV3::new_QStyleOptionTabV3()
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:295:43: note: declared here
295 | typedef Q_DECL_DEPRECATED QStyleOptionTab QStyleOptionTabV3;
| ^~~~~~~~~~~~~~~~~
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:323:110: warning: 'QStyleOptionTabWidgetFrameV2' is deprecated [-Wdeprecated-declarations]
323 | QStyleOptionTabWidgetFrameV2* PythonQtWrapper_QStyleOptionTabWidgetFrameV2::new_QStyleOptionTabWidgetFrameV2()
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:179:54: note: declared here
179 | typedef Q_DECL_DEPRECATED QStyleOptionTabWidgetFrame QStyleOptionTabWidgetFrameV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:387:89: warning: 'QStyleOptionToolBoxV2' is deprecated [-Wdeprecated-declarations]
387 | QStyleOptionToolBoxV2* PythonQtWrapper_QStyleOptionToolBoxV2::new_QStyleOptionToolBoxV2()
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:479:47: note: declared here
479 | typedef Q_DECL_DEPRECATED QStyleOptionToolBox QStyleOptionToolBoxV2;
| ^~~~~~~~~~~~~~~~~~~~~
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:433:92: warning: 'QStyleOptionViewItemV2' is deprecated [-Wdeprecated-declarations]
433 | QStyleOptionViewItemV2* PythonQtWrapper_QStyleOptionViewItemV2::new_QStyleOptionViewItemV2()
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:451:48: note: declared here
451 | typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV2;
| ^~~~~~~~~~~~~~~~~~~~~~
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:443:92: warning: 'QStyleOptionViewItemV3' is deprecated [-Wdeprecated-declarations]
443 | QStyleOptionViewItemV3* PythonQtWrapper_QStyleOptionViewItemV3::new_QStyleOptionViewItemV3()
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:452:48: note: declared here
452 | typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV3;
| ^~~~~~~~~~~~~~~~~~~~~~
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:453:92: warning: 'QStyleOptionViewItemV4' is deprecated [-Wdeprecated-declarations]
453 | QStyleOptionViewItemV4* PythonQtWrapper_QStyleOptionViewItemV4::new_QStyleOptionViewItemV4()
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:453:48: note: declared here
453 | typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV4;
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_sql/com_trolltech_qt_sql0.h:21,
from ../../generated_cpp_56/com_trolltech_qt_sql/com_trolltech_qt_sql0.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtSql/qsql.h:4:4: warning: #warning Header <QtSql/qsql.h> is deprecated. Please include <QtSql/qtsqlglobal.h> instead. [-Wcpp]
4 | # warning Header <QtSql/qsql.h> is deprecated. Please include <QtSql/qtsqlglobal.h> instead.
| ^~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_sql/com_trolltech_qt_sql0.h:21,
from ../../generated_cpp_56/com_trolltech_qt_sql/com_trolltech_qt_sql_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtSql/qsql.h:4:4: warning: #warning Header <QtSql/qsql.h> is deprecated. Please include <QtSql/qtsqlglobal.h> instead. [-Wcpp]
4 | # warning Header <QtSql/qsql.h> is deprecated. Please include <QtSql/qtsqlglobal.h> instead.
| ^~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:11:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h:2032:56: warning: 'QStyleOptionDockWidgetV2' is deprecated [-Wdeprecated-declarations]
2032 | QStyleOptionDockWidgetV2* new_QStyleOptionDockWidgetV2();
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:398:50: note: declared here
398 | typedef Q_DECL_DEPRECATED QStyleOptionDockWidget QStyleOptionDockWidgetV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:11:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h:2033:93: warning: 'QStyleOptionDockWidgetV2' is deprecated [-Wdeprecated-declarations]
2033 | QStyleOptionDockWidgetV2* new_QStyleOptionDockWidgetV2(const QStyleOptionDockWidgetV2& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:398:50: note: declared here
398 | typedef Q_DECL_DEPRECATED QStyleOptionDockWidget QStyleOptionDockWidgetV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:11:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h:2033:93: warning: 'QStyleOptionDockWidgetV2' is deprecated [-Wdeprecated-declarations]
2033 | QStyleOptionDockWidgetV2* new_QStyleOptionDockWidgetV2(const QStyleOptionDockWidgetV2& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:398:50: note: declared here
398 | typedef Q_DECL_DEPRECATED QStyleOptionDockWidget QStyleOptionDockWidgetV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:11:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h:2037:67: warning: 'QStyleOptionDockWidgetV2' is deprecated [-Wdeprecated-declarations]
2037 | void delete_QStyleOptionDockWidgetV2(QStyleOptionDockWidgetV2* obj) { delete obj; }
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:398:50: note: declared here
398 | typedef Q_DECL_DEPRECATED QStyleOptionDockWidget QStyleOptionDockWidgetV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:11:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h: In member function 'QStyleOptionDockWidgetV2* PythonQtWrapper_QStyleOptionDockWidgetV2::new_QStyleOptionDockWidgetV2(const QStyleOptionDockWidgetV2&)':
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h:2035:28: warning: 'QStyleOptionDockWidgetV2' is deprecated [-Wdeprecated-declarations]
2035 | *((QStyleOptionDockWidgetV2*)a) = other;
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:398:50: note: declared here
398 | typedef Q_DECL_DEPRECATED QStyleOptionDockWidget QStyleOptionDockWidgetV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:11:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h: At global scope:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h:2137:46: warning: 'QStyleOptionFrameV2' is deprecated [-Wdeprecated-declarations]
2137 | QStyleOptionFrameV2* new_QStyleOptionFrameV2();
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:152:45: note: declared here
152 | typedef Q_DECL_DEPRECATED QStyleOptionFrame QStyleOptionFrameV2;
| ^~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:11:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h:2138:78: warning: 'QStyleOptionFrameV2' is deprecated [-Wdeprecated-declarations]
2138 | QStyleOptionFrameV2* new_QStyleOptionFrameV2(const QStyleOptionFrameV2& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:152:45: note: declared here
152 | typedef Q_DECL_DEPRECATED QStyleOptionFrame QStyleOptionFrameV2;
| ^~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:11:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h:2138:78: warning: 'QStyleOptionFrameV2' is deprecated [-Wdeprecated-declarations]
2138 | QStyleOptionFrameV2* new_QStyleOptionFrameV2(const QStyleOptionFrameV2& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:152:45: note: declared here
152 | typedef Q_DECL_DEPRECATED QStyleOptionFrame QStyleOptionFrameV2;
| ^~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:11:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h:2142:57: warning: 'QStyleOptionFrameV2' is deprecated [-Wdeprecated-declarations]
2142 | void delete_QStyleOptionFrameV2(QStyleOptionFrameV2* obj) { delete obj; }
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:152:45: note: declared here
152 | typedef Q_DECL_DEPRECATED QStyleOptionFrame QStyleOptionFrameV2;
| ^~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:11:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h: In member function 'QStyleOptionFrameV2* PythonQtWrapper_QStyleOptionFrameV2::new_QStyleOptionFrameV2(const QStyleOptionFrameV2&)':
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h:2140:23: warning: 'QStyleOptionFrameV2' is deprecated [-Wdeprecated-declarations]
2140 | *((QStyleOptionFrameV2*)a) = other;
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:152:45: note: declared here
152 | typedef Q_DECL_DEPRECATED QStyleOptionFrame QStyleOptionFrameV2;
| ^~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:12:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: At global scope:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:64:46: warning: 'QStyleOptionFrameV3' is deprecated [-Wdeprecated-declarations]
64 | QStyleOptionFrameV3* new_QStyleOptionFrameV3();
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:153:45: note: declared here
153 | typedef Q_DECL_DEPRECATED QStyleOptionFrame QStyleOptionFrameV3;
| ^~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:12:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:65:78: warning: 'QStyleOptionFrameV3' is deprecated [-Wdeprecated-declarations]
65 | QStyleOptionFrameV3* new_QStyleOptionFrameV3(const QStyleOptionFrameV3& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:153:45: note: declared here
153 | typedef Q_DECL_DEPRECATED QStyleOptionFrame QStyleOptionFrameV3;
| ^~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:12:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:65:78: warning: 'QStyleOptionFrameV3' is deprecated [-Wdeprecated-declarations]
65 | QStyleOptionFrameV3* new_QStyleOptionFrameV3(const QStyleOptionFrameV3& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:153:45: note: declared here
153 | typedef Q_DECL_DEPRECATED QStyleOptionFrame QStyleOptionFrameV3;
| ^~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:12:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:69:57: warning: 'QStyleOptionFrameV3' is deprecated [-Wdeprecated-declarations]
69 | void delete_QStyleOptionFrameV3(QStyleOptionFrameV3* obj) { delete obj; }
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:153:45: note: declared here
153 | typedef Q_DECL_DEPRECATED QStyleOptionFrame QStyleOptionFrameV3;
| ^~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:12:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: In member function 'QStyleOptionFrameV3* PythonQtWrapper_QStyleOptionFrameV3::new_QStyleOptionFrameV3(const QStyleOptionFrameV3&)':
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:67:23: warning: 'QStyleOptionFrameV3' is deprecated [-Wdeprecated-declarations]
67 | *((QStyleOptionFrameV3*)a) = other;
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:153:45: note: declared here
153 | typedef Q_DECL_DEPRECATED QStyleOptionFrame QStyleOptionFrameV3;
| ^~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:12:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: At global scope:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:335:58: warning: 'QStyleOptionProgressBarV2' is deprecated [-Wdeprecated-declarations]
335 | QStyleOptionProgressBarV2* new_QStyleOptionProgressBarV2();
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:349:51: note: declared here
349 | typedef Q_DECL_DEPRECATED QStyleOptionProgressBar QStyleOptionProgressBarV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:12:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:336:96: warning: 'QStyleOptionProgressBarV2' is deprecated [-Wdeprecated-declarations]
336 | QStyleOptionProgressBarV2* new_QStyleOptionProgressBarV2(const QStyleOptionProgressBarV2& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:349:51: note: declared here
349 | typedef Q_DECL_DEPRECATED QStyleOptionProgressBar QStyleOptionProgressBarV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:12:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:336:96: warning: 'QStyleOptionProgressBarV2' is deprecated [-Wdeprecated-declarations]
336 | QStyleOptionProgressBarV2* new_QStyleOptionProgressBarV2(const QStyleOptionProgressBarV2& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:349:51: note: declared here
349 | typedef Q_DECL_DEPRECATED QStyleOptionProgressBar QStyleOptionProgressBarV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:12:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:340:69: warning: 'QStyleOptionProgressBarV2' is deprecated [-Wdeprecated-declarations]
340 | void delete_QStyleOptionProgressBarV2(QStyleOptionProgressBarV2* obj) { delete obj; }
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:349:51: note: declared here
349 | typedef Q_DECL_DEPRECATED QStyleOptionProgressBar QStyleOptionProgressBarV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:12:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: In member function 'QStyleOptionProgressBarV2* PythonQtWrapper_QStyleOptionProgressBarV2::new_QStyleOptionProgressBarV2(const QStyleOptionProgressBarV2&)':
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:338:29: warning: 'QStyleOptionProgressBarV2' is deprecated [-Wdeprecated-declarations]
338 | *((QStyleOptionProgressBarV2*)a) = other;
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:349:51: note: declared here
349 | typedef Q_DECL_DEPRECATED QStyleOptionProgressBar QStyleOptionProgressBarV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:12:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: At global scope:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:633:56: warning: 'QStyleOptionTabBarBaseV2' is deprecated [-Wdeprecated-declarations]
633 | QStyleOptionTabBarBaseV2* new_QStyleOptionTabBarBaseV2();
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:202:50: note: declared here
202 | typedef Q_DECL_DEPRECATED QStyleOptionTabBarBase QStyleOptionTabBarBaseV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:12:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:634:93: warning: 'QStyleOptionTabBarBaseV2' is deprecated [-Wdeprecated-declarations]
634 | QStyleOptionTabBarBaseV2* new_QStyleOptionTabBarBaseV2(const QStyleOptionTabBarBaseV2& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:202:50: note: declared here
202 | typedef Q_DECL_DEPRECATED QStyleOptionTabBarBase QStyleOptionTabBarBaseV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:12:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:634:93: warning: 'QStyleOptionTabBarBaseV2' is deprecated [-Wdeprecated-declarations]
634 | QStyleOptionTabBarBaseV2* new_QStyleOptionTabBarBaseV2(const QStyleOptionTabBarBaseV2& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:202:50: note: declared here
202 | typedef Q_DECL_DEPRECATED QStyleOptionTabBarBase QStyleOptionTabBarBaseV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:12:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:638:67: warning: 'QStyleOptionTabBarBaseV2' is deprecated [-Wdeprecated-declarations]
638 | void delete_QStyleOptionTabBarBaseV2(QStyleOptionTabBarBaseV2* obj) { delete obj; }
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:202:50: note: declared here
202 | typedef Q_DECL_DEPRECATED QStyleOptionTabBarBase QStyleOptionTabBarBaseV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:12:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: In member function 'QStyleOptionTabBarBaseV2* PythonQtWrapper_QStyleOptionTabBarBaseV2::new_QStyleOptionTabBarBaseV2(const QStyleOptionTabBarBaseV2&)':
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:636:28: warning: 'QStyleOptionTabBarBaseV2' is deprecated [-Wdeprecated-declarations]
636 | *((QStyleOptionTabBarBaseV2*)a) = other;
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:202:50: note: declared here
202 | typedef Q_DECL_DEPRECATED QStyleOptionTabBarBase QStyleOptionTabBarBaseV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:12:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: At global scope:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:660:42: warning: 'QStyleOptionTabV2' is deprecated [-Wdeprecated-declarations]
660 | QStyleOptionTabV2* new_QStyleOptionTabV2();
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:294:43: note: declared here
294 | typedef Q_DECL_DEPRECATED QStyleOptionTab QStyleOptionTabV2;
| ^~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:12:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:661:72: warning: 'QStyleOptionTabV2' is deprecated [-Wdeprecated-declarations]
661 | QStyleOptionTabV2* new_QStyleOptionTabV2(const QStyleOptionTabV2& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:294:43: note: declared here
294 | typedef Q_DECL_DEPRECATED QStyleOptionTab QStyleOptionTabV2;
| ^~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:12:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:661:72: warning: 'QStyleOptionTabV2' is deprecated [-Wdeprecated-declarations]
661 | QStyleOptionTabV2* new_QStyleOptionTabV2(const QStyleOptionTabV2& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:294:43: note: declared here
294 | typedef Q_DECL_DEPRECATED QStyleOptionTab QStyleOptionTabV2;
| ^~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:12:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:665:53: warning: 'QStyleOptionTabV2' is deprecated [-Wdeprecated-declarations]
665 | void delete_QStyleOptionTabV2(QStyleOptionTabV2* obj) { delete obj; }
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:294:43: note: declared here
294 | typedef Q_DECL_DEPRECATED QStyleOptionTab QStyleOptionTabV2;
| ^~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:12:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: In member function 'QStyleOptionTabV2* PythonQtWrapper_QStyleOptionTabV2::new_QStyleOptionTabV2(const QStyleOptionTabV2&)':
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:663:21: warning: 'QStyleOptionTabV2' is deprecated [-Wdeprecated-declarations]
663 | *((QStyleOptionTabV2*)a) = other;
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:294:43: note: declared here
294 | typedef Q_DECL_DEPRECATED QStyleOptionTab QStyleOptionTabV2;
| ^~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:12:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: At global scope:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:687:42: warning: 'QStyleOptionTabV3' is deprecated [-Wdeprecated-declarations]
687 | QStyleOptionTabV3* new_QStyleOptionTabV3();
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:295:43: note: declared here
295 | typedef Q_DECL_DEPRECATED QStyleOptionTab QStyleOptionTabV3;
| ^~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:12:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:688:72: warning: 'QStyleOptionTabV3' is deprecated [-Wdeprecated-declarations]
688 | QStyleOptionTabV3* new_QStyleOptionTabV3(const QStyleOptionTabV3& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:295:43: note: declared here
295 | typedef Q_DECL_DEPRECATED QStyleOptionTab QStyleOptionTabV3;
| ^~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:12:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:688:72: warning: 'QStyleOptionTabV3' is deprecated [-Wdeprecated-declarations]
688 | QStyleOptionTabV3* new_QStyleOptionTabV3(const QStyleOptionTabV3& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:295:43: note: declared here
295 | typedef Q_DECL_DEPRECATED QStyleOptionTab QStyleOptionTabV3;
| ^~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:12:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:692:53: warning: 'QStyleOptionTabV3' is deprecated [-Wdeprecated-declarations]
692 | void delete_QStyleOptionTabV3(QStyleOptionTabV3* obj) { delete obj; }
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:295:43: note: declared here
295 | typedef Q_DECL_DEPRECATED QStyleOptionTab QStyleOptionTabV3;
| ^~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:12:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: In member function 'QStyleOptionTabV3* PythonQtWrapper_QStyleOptionTabV3::new_QStyleOptionTabV3(const QStyleOptionTabV3&)':
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:690:21: warning: 'QStyleOptionTabV3' is deprecated [-Wdeprecated-declarations]
690 | *((QStyleOptionTabV3*)a) = other;
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:295:43: note: declared here
295 | typedef Q_DECL_DEPRECATED QStyleOptionTab QStyleOptionTabV3;
| ^~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:12:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: At global scope:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:762:64: warning: 'QStyleOptionTabWidgetFrameV2' is deprecated [-Wdeprecated-declarations]
762 | QStyleOptionTabWidgetFrameV2* new_QStyleOptionTabWidgetFrameV2();
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:179:54: note: declared here
179 | typedef Q_DECL_DEPRECATED QStyleOptionTabWidgetFrame QStyleOptionTabWidgetFrameV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:12:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:763:105: warning: 'QStyleOptionTabWidgetFrameV2' is deprecated [-Wdeprecated-declarations]
763 | QStyleOptionTabWidgetFrameV2* new_QStyleOptionTabWidgetFrameV2(const QStyleOptionTabWidgetFrameV2& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:179:54: note: declared here
179 | typedef Q_DECL_DEPRECATED QStyleOptionTabWidgetFrame QStyleOptionTabWidgetFrameV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:12:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:763:105: warning: 'QStyleOptionTabWidgetFrameV2' is deprecated [-Wdeprecated-declarations]
763 | QStyleOptionTabWidgetFrameV2* new_QStyleOptionTabWidgetFrameV2(const QStyleOptionTabWidgetFrameV2& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:179:54: note: declared here
179 | typedef Q_DECL_DEPRECATED QStyleOptionTabWidgetFrame QStyleOptionTabWidgetFrameV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:12:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:767:75: warning: 'QStyleOptionTabWidgetFrameV2' is deprecated [-Wdeprecated-declarations]
767 | void delete_QStyleOptionTabWidgetFrameV2(QStyleOptionTabWidgetFrameV2* obj) { delete obj; }
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:179:54: note: declared here
179 | typedef Q_DECL_DEPRECATED QStyleOptionTabWidgetFrame QStyleOptionTabWidgetFrameV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:12:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: In member function 'QStyleOptionTabWidgetFrameV2* PythonQtWrapper_QStyleOptionTabWidgetFrameV2::new_QStyleOptionTabWidgetFrameV2(const QStyleOptionTabWidgetFrameV2&)':
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:765:32: warning: 'QStyleOptionTabWidgetFrameV2' is deprecated [-Wdeprecated-declarations]
765 | *((QStyleOptionTabWidgetFrameV2*)a) = other;
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:179:54: note: declared here
179 | typedef Q_DECL_DEPRECATED QStyleOptionTabWidgetFrame QStyleOptionTabWidgetFrameV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:12:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: At global scope:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:923:50: warning: 'QStyleOptionToolBoxV2' is deprecated [-Wdeprecated-declarations]
923 | QStyleOptionToolBoxV2* new_QStyleOptionToolBoxV2();
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:479:47: note: declared here
479 | typedef Q_DECL_DEPRECATED QStyleOptionToolBox QStyleOptionToolBoxV2;
| ^~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:12:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:924:84: warning: 'QStyleOptionToolBoxV2' is deprecated [-Wdeprecated-declarations]
924 | QStyleOptionToolBoxV2* new_QStyleOptionToolBoxV2(const QStyleOptionToolBoxV2& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:479:47: note: declared here
479 | typedef Q_DECL_DEPRECATED QStyleOptionToolBox QStyleOptionToolBoxV2;
| ^~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:12:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:924:84: warning: 'QStyleOptionToolBoxV2' is deprecated [-Wdeprecated-declarations]
924 | QStyleOptionToolBoxV2* new_QStyleOptionToolBoxV2(const QStyleOptionToolBoxV2& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:479:47: note: declared here
479 | typedef Q_DECL_DEPRECATED QStyleOptionToolBox QStyleOptionToolBoxV2;
| ^~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:12:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:928:61: warning: 'QStyleOptionToolBoxV2' is deprecated [-Wdeprecated-declarations]
928 | void delete_QStyleOptionToolBoxV2(QStyleOptionToolBoxV2* obj) { delete obj; }
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:479:47: note: declared here
479 | typedef Q_DECL_DEPRECATED QStyleOptionToolBox QStyleOptionToolBoxV2;
| ^~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:12:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: In member function 'QStyleOptionToolBoxV2* PythonQtWrapper_QStyleOptionToolBoxV2::new_QStyleOptionToolBoxV2(const QStyleOptionToolBoxV2&)':
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:926:25: warning: 'QStyleOptionToolBoxV2' is deprecated [-Wdeprecated-declarations]
926 | *((QStyleOptionToolBoxV2*)a) = other;
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:479:47: note: declared here
479 | typedef Q_DECL_DEPRECATED QStyleOptionToolBox QStyleOptionToolBoxV2;
| ^~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:12:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: At global scope:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:1073:52: warning: 'QStyleOptionViewItemV2' is deprecated [-Wdeprecated-declarations]
1073 | QStyleOptionViewItemV2* new_QStyleOptionViewItemV2();
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:451:48: note: declared here
451 | typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV2;
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:12:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:1074:87: warning: 'QStyleOptionViewItemV2' is deprecated [-Wdeprecated-declarations]
1074 | QStyleOptionViewItemV2* new_QStyleOptionViewItemV2(const QStyleOptionViewItemV2& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:451:48: note: declared here
451 | typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV2;
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:12:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:1074:87: warning: 'QStyleOptionViewItemV2' is deprecated [-Wdeprecated-declarations]
1074 | QStyleOptionViewItemV2* new_QStyleOptionViewItemV2(const QStyleOptionViewItemV2& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:451:48: note: declared here
451 | typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV2;
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:12:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:1078:63: warning: 'QStyleOptionViewItemV2' is deprecated [-Wdeprecated-declarations]
1078 | void delete_QStyleOptionViewItemV2(QStyleOptionViewItemV2* obj) { delete obj; }
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:451:48: note: declared here
451 | typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV2;
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:12:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: In member function 'QStyleOptionViewItemV2* PythonQtWrapper_QStyleOptionViewItemV2::new_QStyleOptionViewItemV2(const QStyleOptionViewItemV2&)':
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:1076:26: warning: 'QStyleOptionViewItemV2' is deprecated [-Wdeprecated-declarations]
1076 | *((QStyleOptionViewItemV2*)a) = other;
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:451:48: note: declared here
451 | typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV2;
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:12:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: At global scope:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:1100:52: warning: 'QStyleOptionViewItemV3' is deprecated [-Wdeprecated-declarations]
1100 | QStyleOptionViewItemV3* new_QStyleOptionViewItemV3();
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:452:48: note: declared here
452 | typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV3;
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:12:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:1101:87: warning: 'QStyleOptionViewItemV3' is deprecated [-Wdeprecated-declarations]
1101 | QStyleOptionViewItemV3* new_QStyleOptionViewItemV3(const QStyleOptionViewItemV3& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:452:48: note: declared here
452 | typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV3;
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:12:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:1101:87: warning: 'QStyleOptionViewItemV3' is deprecated [-Wdeprecated-declarations]
1101 | QStyleOptionViewItemV3* new_QStyleOptionViewItemV3(const QStyleOptionViewItemV3& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:452:48: note: declared here
452 | typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV3;
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:12:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:1105:63: warning: 'QStyleOptionViewItemV3' is deprecated [-Wdeprecated-declarations]
1105 | void delete_QStyleOptionViewItemV3(QStyleOptionViewItemV3* obj) { delete obj; }
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:452:48: note: declared here
452 | typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV3;
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:12:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: In member function 'QStyleOptionViewItemV3* PythonQtWrapper_QStyleOptionViewItemV3::new_QStyleOptionViewItemV3(const QStyleOptionViewItemV3&)':
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:1103:26: warning: 'QStyleOptionViewItemV3' is deprecated [-Wdeprecated-declarations]
1103 | *((QStyleOptionViewItemV3*)a) = other;
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:452:48: note: declared here
452 | typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV3;
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:12:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: At global scope:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:1127:52: warning: 'QStyleOptionViewItemV4' is deprecated [-Wdeprecated-declarations]
1127 | QStyleOptionViewItemV4* new_QStyleOptionViewItemV4();
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:453:48: note: declared here
453 | typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV4;
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:12:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:1128:87: warning: 'QStyleOptionViewItemV4' is deprecated [-Wdeprecated-declarations]
1128 | QStyleOptionViewItemV4* new_QStyleOptionViewItemV4(const QStyleOptionViewItemV4& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:453:48: note: declared here
453 | typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV4;
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:12:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:1128:87: warning: 'QStyleOptionViewItemV4' is deprecated [-Wdeprecated-declarations]
1128 | QStyleOptionViewItemV4* new_QStyleOptionViewItemV4(const QStyleOptionViewItemV4& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:453:48: note: declared here
453 | typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV4;
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:12:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:1132:63: warning: 'QStyleOptionViewItemV4' is deprecated [-Wdeprecated-declarations]
1132 | void delete_QStyleOptionViewItemV4(QStyleOptionViewItemV4* obj) { delete obj; }
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:453:48: note: declared here
453 | typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV4;
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:12:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: In member function 'QStyleOptionViewItemV4* PythonQtWrapper_QStyleOptionViewItemV4::new_QStyleOptionViewItemV4(const QStyleOptionViewItemV4&)':
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:1130:26: warning: 'QStyleOptionViewItemV4' is deprecated [-Wdeprecated-declarations]
1130 | *((QStyleOptionViewItemV4*)a) = other;
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:453:48: note: declared here
453 | typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV4;
| ^~~~~~~~~~~~~~~~~~~~~~
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp: In function 'void* polymorphichandler_QStyleOption(const void*, const char**)':
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:293:41: warning: 'QStyleOptionDockWidgetV2' is deprecated [-Wdeprecated-declarations]
293 | return (QStyleOptionDockWidgetV2*)object;
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:398:50: note: declared here
398 | typedef Q_DECL_DEPRECATED QStyleOptionDockWidget QStyleOptionDockWidgetV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:305:36: warning: 'QStyleOptionFrameV2' is deprecated [-Wdeprecated-declarations]
305 | return (QStyleOptionFrameV2*)object;
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:152:45: note: declared here
152 | typedef Q_DECL_DEPRECATED QStyleOptionFrame QStyleOptionFrameV2;
| ^~~~~~~~~~~~~~~~~~~
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:309:36: warning: 'QStyleOptionFrameV3' is deprecated [-Wdeprecated-declarations]
309 | return (QStyleOptionFrameV3*)object;
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:153:45: note: declared here
153 | typedef Q_DECL_DEPRECATED QStyleOptionFrame QStyleOptionFrameV3;
| ^~~~~~~~~~~~~~~~~~~
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:333:42: warning: 'QStyleOptionProgressBarV2' is deprecated [-Wdeprecated-declarations]
333 | return (QStyleOptionProgressBarV2*)object;
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:349:51: note: declared here
349 | typedef Q_DECL_DEPRECATED QStyleOptionProgressBar QStyleOptionProgressBarV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:361:41: warning: 'QStyleOptionTabBarBaseV2' is deprecated [-Wdeprecated-declarations]
361 | return (QStyleOptionTabBarBaseV2*)object;
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:202:50: note: declared here
202 | typedef Q_DECL_DEPRECATED QStyleOptionTabBarBase QStyleOptionTabBarBaseV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:365:34: warning: 'QStyleOptionTabV2' is deprecated [-Wdeprecated-declarations]
365 | return (QStyleOptionTabV2*)object;
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:294:43: note: declared here
294 | typedef Q_DECL_DEPRECATED QStyleOptionTab QStyleOptionTabV2;
| ^~~~~~~~~~~~~~~~~
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:369:34: warning: 'QStyleOptionTabV3' is deprecated [-Wdeprecated-declarations]
369 | return (QStyleOptionTabV3*)object;
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:295:43: note: declared here
295 | typedef Q_DECL_DEPRECATED QStyleOptionTab QStyleOptionTabV3;
| ^~~~~~~~~~~~~~~~~
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:377:45: warning: 'QStyleOptionTabWidgetFrameV2' is deprecated [-Wdeprecated-declarations]
377 | return (QStyleOptionTabWidgetFrameV2*)object;
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:179:54: note: declared here
179 | typedef Q_DECL_DEPRECATED QStyleOptionTabWidgetFrame QStyleOptionTabWidgetFrameV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:393:38: warning: 'QStyleOptionToolBoxV2' is deprecated [-Wdeprecated-declarations]
393 | return (QStyleOptionToolBoxV2*)object;
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:479:47: note: declared here
479 | typedef Q_DECL_DEPRECATED QStyleOptionToolBox QStyleOptionToolBoxV2;
| ^~~~~~~~~~~~~~~~~~~~~
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:405:39: warning: 'QStyleOptionViewItemV2' is deprecated [-Wdeprecated-declarations]
405 | return (QStyleOptionViewItemV2*)object;
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:451:48: note: declared here
451 | typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV2;
| ^~~~~~~~~~~~~~~~~~~~~~
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:409:39: warning: 'QStyleOptionViewItemV3' is deprecated [-Wdeprecated-declarations]
409 | return (QStyleOptionViewItemV3*)object;
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:452:48: note: declared here
452 | typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV3;
| ^~~~~~~~~~~~~~~~~~~~~~
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:413:39: warning: 'QStyleOptionViewItemV4' is deprecated [-Wdeprecated-declarations]
413 | return (QStyleOptionViewItemV4*)object;
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui0.h:18,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui_init.cpp:3:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:453:48: note: declared here
453 | typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV4;
| ^~~~~~~~~~~~~~~~~~~~~~
../../generated_cpp_56/com_trolltech_qt_network/com_trolltech_qt_network0.cpp: In member function 'QNetworkProxyQuery* PythonQtWrapper_QNetworkProxyQuery::new_QNetworkProxyQuery(const QNetworkConfiguration&, const QString&, int, const QString&, QNetworkProxyQuery::QueryType)':
../../generated_cpp_56/com_trolltech_qt_network/com_trolltech_qt_network0.cpp:5260:91: warning: 'QNetworkProxyQuery::QNetworkProxyQuery(const QNetworkConfiguration&, const QString&, int, const QString&, QNetworkProxyQuery::QueryType)' is deprecated: QNetworkConfiguration support in QNetworkProxy is deprecated [-Wdeprecated-declarations]
5260 | return new QNetworkProxyQuery(networkConfiguration, hostname, port, protocolTag, queryType); }
| ^
In file included from ../../generated_cpp_56/com_trolltech_qt_network/com_trolltech_qt_network0.h:28,
from ../../generated_cpp_56/com_trolltech_qt_network/com_trolltech_qt_network0.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtNetwork/qnetworkproxy.h:83:5: note: declared here
83 | QNetworkProxyQuery(const QNetworkConfiguration &networkConfiguration,
| ^~~~~~~~~~~~~~~~~~
../../generated_cpp_56/com_trolltech_qt_network/com_trolltech_qt_network0.cpp: In member function 'QNetworkProxyQuery* PythonQtWrapper_QNetworkProxyQuery::new_QNetworkProxyQuery(const QNetworkConfiguration&, const QUrl&, QNetworkProxyQuery::QueryType)':
../../generated_cpp_56/com_trolltech_qt_network/com_trolltech_qt_network0.cpp:5264:74: warning: 'QNetworkProxyQuery::QNetworkProxyQuery(const QNetworkConfiguration&, const QUrl&, QNetworkProxyQuery::QueryType)' is deprecated: QNetworkConfiguration support in QNetworkProxy is deprecated [-Wdeprecated-declarations]
5264 | return new QNetworkProxyQuery(networkConfiguration, requestUrl, queryType); }
| ^
In file included from ../../generated_cpp_56/com_trolltech_qt_network/com_trolltech_qt_network0.h:28,
from ../../generated_cpp_56/com_trolltech_qt_network/com_trolltech_qt_network0.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtNetwork/qnetworkproxy.h:80:5: note: declared here
80 | QNetworkProxyQuery(const QNetworkConfiguration &networkConfiguration,
| ^~~~~~~~~~~~~~~~~~
../../generated_cpp_56/com_trolltech_qt_network/com_trolltech_qt_network0.cpp: In member function 'QNetworkProxyQuery* PythonQtWrapper_QNetworkProxyQuery::new_QNetworkProxyQuery(const QNetworkConfiguration&, short unsigned int, const QString&, QNetworkProxyQuery::QueryType)':
../../generated_cpp_56/com_trolltech_qt_network/com_trolltech_qt_network0.cpp:5268:85: warning: 'QNetworkProxyQuery::QNetworkProxyQuery(const QNetworkConfiguration&, quint16, const QString&, QNetworkProxyQuery::QueryType)' is deprecated: QNetworkConfiguration support in QNetworkProxy is deprecated [-Wdeprecated-declarations]
5268 | return new QNetworkProxyQuery(networkConfiguration, bindPort, protocolTag, queryType); }
| ^
In file included from ../../generated_cpp_56/com_trolltech_qt_network/com_trolltech_qt_network0.h:28,
from ../../generated_cpp_56/com_trolltech_qt_network/com_trolltech_qt_network0.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtNetwork/qnetworkproxy.h:87:5: note: declared here
87 | QNetworkProxyQuery(const QNetworkConfiguration &networkConfiguration,
| ^~~~~~~~~~~~~~~~~~
../../generated_cpp_56/com_trolltech_qt_network/com_trolltech_qt_network0.cpp: In member function 'QNetworkConfiguration PythonQtWrapper_QNetworkProxyQuery::networkConfiguration(QNetworkProxyQuery*) const':
../../generated_cpp_56/com_trolltech_qt_network/com_trolltech_qt_network0.cpp:5293:51: warning: 'QNetworkConfiguration QNetworkProxyQuery::networkConfiguration() const' is deprecated: QNetworkConfiguration support in QNetworkProxy is deprecated [-Wdeprecated-declarations]
5293 | return ( theWrappedObject->networkConfiguration());
| ^
In file included from ../../generated_cpp_56/com_trolltech_qt_network/com_trolltech_qt_network0.h:28,
from ../../generated_cpp_56/com_trolltech_qt_network/com_trolltech_qt_network0.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtNetwork/qnetworkproxy.h:124:27: note: declared here
124 | QNetworkConfiguration networkConfiguration() const;
| ^~~~~~~~~~~~~~~~~~~~
../../generated_cpp_56/com_trolltech_qt_network/com_trolltech_qt_network0.cpp: In member function 'void PythonQtWrapper_QNetworkProxyQuery::setNetworkConfiguration(QNetworkProxyQuery*, const QNetworkConfiguration&)':
../../generated_cpp_56/com_trolltech_qt_network/com_trolltech_qt_network0.cpp:5333:67: warning: 'void QNetworkProxyQuery::setNetworkConfiguration(const QNetworkConfiguration&)' is deprecated: QNetworkConfiguration support in QNetworkProxy is deprecated [-Wdeprecated-declarations]
5333 | ( theWrappedObject->setNetworkConfiguration(networkConfiguration));
| ^
In file included from ../../generated_cpp_56/com_trolltech_qt_network/com_trolltech_qt_network0.h:28,
from ../../generated_cpp_56/com_trolltech_qt_network/com_trolltech_qt_network0.cpp:1:
/usr/include/x86_64-linux-gnu/qt5/QtNetwork/qnetworkproxy.h:126:10: note: declared here
126 | void setNetworkConfiguration(const QNetworkConfiguration &networkConfiguration);
| ^~~~~~~~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui8.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h:2032:56: warning: 'QStyleOptionDockWidgetV2' is deprecated [-Wdeprecated-declarations]
2032 | QStyleOptionDockWidgetV2* new_QStyleOptionDockWidgetV2();
| ^
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h:61,
from moc_com_trolltech_qt_gui8.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:398:50: note: declared here
398 | typedef Q_DECL_DEPRECATED QStyleOptionDockWidget QStyleOptionDockWidgetV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui8.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h:2033:93: warning: 'QStyleOptionDockWidgetV2' is deprecated [-Wdeprecated-declarations]
2033 | QStyleOptionDockWidgetV2* new_QStyleOptionDockWidgetV2(const QStyleOptionDockWidgetV2& other) {
| ^
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h:61,
from moc_com_trolltech_qt_gui8.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:398:50: note: declared here
398 | typedef Q_DECL_DEPRECATED QStyleOptionDockWidget QStyleOptionDockWidgetV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui8.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h:2033:93: warning: 'QStyleOptionDockWidgetV2' is deprecated [-Wdeprecated-declarations]
2033 | QStyleOptionDockWidgetV2* new_QStyleOptionDockWidgetV2(const QStyleOptionDockWidgetV2& other) {
| ^
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h:61,
from moc_com_trolltech_qt_gui8.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:398:50: note: declared here
398 | typedef Q_DECL_DEPRECATED QStyleOptionDockWidget QStyleOptionDockWidgetV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui8.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h:2037:67: warning: 'QStyleOptionDockWidgetV2' is deprecated [-Wdeprecated-declarations]
2037 | void delete_QStyleOptionDockWidgetV2(QStyleOptionDockWidgetV2* obj) { delete obj; }
| ^
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h:61,
from moc_com_trolltech_qt_gui8.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:398:50: note: declared here
398 | typedef Q_DECL_DEPRECATED QStyleOptionDockWidget QStyleOptionDockWidgetV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui8.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h: In member function 'QStyleOptionDockWidgetV2* PythonQtWrapper_QStyleOptionDockWidgetV2::new_QStyleOptionDockWidgetV2(const QStyleOptionDockWidgetV2&)':
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h:2035:28: warning: 'QStyleOptionDockWidgetV2' is deprecated [-Wdeprecated-declarations]
2035 | *((QStyleOptionDockWidgetV2*)a) = other;
| ^
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h:61,
from moc_com_trolltech_qt_gui8.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:398:50: note: declared here
398 | typedef Q_DECL_DEPRECATED QStyleOptionDockWidget QStyleOptionDockWidgetV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui8.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h: At global scope:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h:2137:46: warning: 'QStyleOptionFrameV2' is deprecated [-Wdeprecated-declarations]
2137 | QStyleOptionFrameV2* new_QStyleOptionFrameV2();
| ^
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h:61,
from moc_com_trolltech_qt_gui8.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:152:45: note: declared here
152 | typedef Q_DECL_DEPRECATED QStyleOptionFrame QStyleOptionFrameV2;
| ^~~~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui8.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h:2138:78: warning: 'QStyleOptionFrameV2' is deprecated [-Wdeprecated-declarations]
2138 | QStyleOptionFrameV2* new_QStyleOptionFrameV2(const QStyleOptionFrameV2& other) {
| ^
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h:61,
from moc_com_trolltech_qt_gui8.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:152:45: note: declared here
152 | typedef Q_DECL_DEPRECATED QStyleOptionFrame QStyleOptionFrameV2;
| ^~~~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui8.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h:2138:78: warning: 'QStyleOptionFrameV2' is deprecated [-Wdeprecated-declarations]
2138 | QStyleOptionFrameV2* new_QStyleOptionFrameV2(const QStyleOptionFrameV2& other) {
| ^
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h:61,
from moc_com_trolltech_qt_gui8.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:152:45: note: declared here
152 | typedef Q_DECL_DEPRECATED QStyleOptionFrame QStyleOptionFrameV2;
| ^~~~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui8.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h:2142:57: warning: 'QStyleOptionFrameV2' is deprecated [-Wdeprecated-declarations]
2142 | void delete_QStyleOptionFrameV2(QStyleOptionFrameV2* obj) { delete obj; }
| ^
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h:61,
from moc_com_trolltech_qt_gui8.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:152:45: note: declared here
152 | typedef Q_DECL_DEPRECATED QStyleOptionFrame QStyleOptionFrameV2;
| ^~~~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui8.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h: In member function 'QStyleOptionFrameV2* PythonQtWrapper_QStyleOptionFrameV2::new_QStyleOptionFrameV2(const QStyleOptionFrameV2&)':
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h:2140:23: warning: 'QStyleOptionFrameV2' is deprecated [-Wdeprecated-declarations]
2140 | *((QStyleOptionFrameV2*)a) = other;
| ^
In file included from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui8.h:61,
from moc_com_trolltech_qt_gui8.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:152:45: note: declared here
152 | typedef Q_DECL_DEPRECATED QStyleOptionFrame QStyleOptionFrameV2;
| ^~~~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui9.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:64:46: warning: 'QStyleOptionFrameV3' is deprecated [-Wdeprecated-declarations]
64 | QStyleOptionFrameV3* new_QStyleOptionFrameV3();
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from moc_com_trolltech_qt_gui9.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:153:45: note: declared here
153 | typedef Q_DECL_DEPRECATED QStyleOptionFrame QStyleOptionFrameV3;
| ^~~~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui9.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:65:78: warning: 'QStyleOptionFrameV3' is deprecated [-Wdeprecated-declarations]
65 | QStyleOptionFrameV3* new_QStyleOptionFrameV3(const QStyleOptionFrameV3& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from moc_com_trolltech_qt_gui9.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:153:45: note: declared here
153 | typedef Q_DECL_DEPRECATED QStyleOptionFrame QStyleOptionFrameV3;
| ^~~~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui9.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:65:78: warning: 'QStyleOptionFrameV3' is deprecated [-Wdeprecated-declarations]
65 | QStyleOptionFrameV3* new_QStyleOptionFrameV3(const QStyleOptionFrameV3& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from moc_com_trolltech_qt_gui9.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:153:45: note: declared here
153 | typedef Q_DECL_DEPRECATED QStyleOptionFrame QStyleOptionFrameV3;
| ^~~~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui9.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:69:57: warning: 'QStyleOptionFrameV3' is deprecated [-Wdeprecated-declarations]
69 | void delete_QStyleOptionFrameV3(QStyleOptionFrameV3* obj) { delete obj; }
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from moc_com_trolltech_qt_gui9.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:153:45: note: declared here
153 | typedef Q_DECL_DEPRECATED QStyleOptionFrame QStyleOptionFrameV3;
| ^~~~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui9.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: In member function 'QStyleOptionFrameV3* PythonQtWrapper_QStyleOptionFrameV3::new_QStyleOptionFrameV3(const QStyleOptionFrameV3&)':
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:67:23: warning: 'QStyleOptionFrameV3' is deprecated [-Wdeprecated-declarations]
67 | *((QStyleOptionFrameV3*)a) = other;
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from moc_com_trolltech_qt_gui9.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:153:45: note: declared here
153 | typedef Q_DECL_DEPRECATED QStyleOptionFrame QStyleOptionFrameV3;
| ^~~~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui9.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: At global scope:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:335:58: warning: 'QStyleOptionProgressBarV2' is deprecated [-Wdeprecated-declarations]
335 | QStyleOptionProgressBarV2* new_QStyleOptionProgressBarV2();
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from moc_com_trolltech_qt_gui9.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:349:51: note: declared here
349 | typedef Q_DECL_DEPRECATED QStyleOptionProgressBar QStyleOptionProgressBarV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui9.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:336:96: warning: 'QStyleOptionProgressBarV2' is deprecated [-Wdeprecated-declarations]
336 | QStyleOptionProgressBarV2* new_QStyleOptionProgressBarV2(const QStyleOptionProgressBarV2& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from moc_com_trolltech_qt_gui9.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:349:51: note: declared here
349 | typedef Q_DECL_DEPRECATED QStyleOptionProgressBar QStyleOptionProgressBarV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui9.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:336:96: warning: 'QStyleOptionProgressBarV2' is deprecated [-Wdeprecated-declarations]
336 | QStyleOptionProgressBarV2* new_QStyleOptionProgressBarV2(const QStyleOptionProgressBarV2& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from moc_com_trolltech_qt_gui9.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:349:51: note: declared here
349 | typedef Q_DECL_DEPRECATED QStyleOptionProgressBar QStyleOptionProgressBarV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui9.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:340:69: warning: 'QStyleOptionProgressBarV2' is deprecated [-Wdeprecated-declarations]
340 | void delete_QStyleOptionProgressBarV2(QStyleOptionProgressBarV2* obj) { delete obj; }
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from moc_com_trolltech_qt_gui9.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:349:51: note: declared here
349 | typedef Q_DECL_DEPRECATED QStyleOptionProgressBar QStyleOptionProgressBarV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui9.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: In member function 'QStyleOptionProgressBarV2* PythonQtWrapper_QStyleOptionProgressBarV2::new_QStyleOptionProgressBarV2(const QStyleOptionProgressBarV2&)':
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:338:29: warning: 'QStyleOptionProgressBarV2' is deprecated [-Wdeprecated-declarations]
338 | *((QStyleOptionProgressBarV2*)a) = other;
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from moc_com_trolltech_qt_gui9.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:349:51: note: declared here
349 | typedef Q_DECL_DEPRECATED QStyleOptionProgressBar QStyleOptionProgressBarV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui9.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: At global scope:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:633:56: warning: 'QStyleOptionTabBarBaseV2' is deprecated [-Wdeprecated-declarations]
633 | QStyleOptionTabBarBaseV2* new_QStyleOptionTabBarBaseV2();
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from moc_com_trolltech_qt_gui9.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:202:50: note: declared here
202 | typedef Q_DECL_DEPRECATED QStyleOptionTabBarBase QStyleOptionTabBarBaseV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui9.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:634:93: warning: 'QStyleOptionTabBarBaseV2' is deprecated [-Wdeprecated-declarations]
634 | QStyleOptionTabBarBaseV2* new_QStyleOptionTabBarBaseV2(const QStyleOptionTabBarBaseV2& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from moc_com_trolltech_qt_gui9.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:202:50: note: declared here
202 | typedef Q_DECL_DEPRECATED QStyleOptionTabBarBase QStyleOptionTabBarBaseV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui9.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:634:93: warning: 'QStyleOptionTabBarBaseV2' is deprecated [-Wdeprecated-declarations]
634 | QStyleOptionTabBarBaseV2* new_QStyleOptionTabBarBaseV2(const QStyleOptionTabBarBaseV2& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from moc_com_trolltech_qt_gui9.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:202:50: note: declared here
202 | typedef Q_DECL_DEPRECATED QStyleOptionTabBarBase QStyleOptionTabBarBaseV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui9.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:638:67: warning: 'QStyleOptionTabBarBaseV2' is deprecated [-Wdeprecated-declarations]
638 | void delete_QStyleOptionTabBarBaseV2(QStyleOptionTabBarBaseV2* obj) { delete obj; }
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from moc_com_trolltech_qt_gui9.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:202:50: note: declared here
202 | typedef Q_DECL_DEPRECATED QStyleOptionTabBarBase QStyleOptionTabBarBaseV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui9.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: In member function 'QStyleOptionTabBarBaseV2* PythonQtWrapper_QStyleOptionTabBarBaseV2::new_QStyleOptionTabBarBaseV2(const QStyleOptionTabBarBaseV2&)':
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:636:28: warning: 'QStyleOptionTabBarBaseV2' is deprecated [-Wdeprecated-declarations]
636 | *((QStyleOptionTabBarBaseV2*)a) = other;
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from moc_com_trolltech_qt_gui9.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:202:50: note: declared here
202 | typedef Q_DECL_DEPRECATED QStyleOptionTabBarBase QStyleOptionTabBarBaseV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui9.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: At global scope:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:660:42: warning: 'QStyleOptionTabV2' is deprecated [-Wdeprecated-declarations]
660 | QStyleOptionTabV2* new_QStyleOptionTabV2();
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from moc_com_trolltech_qt_gui9.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:294:43: note: declared here
294 | typedef Q_DECL_DEPRECATED QStyleOptionTab QStyleOptionTabV2;
| ^~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui9.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:661:72: warning: 'QStyleOptionTabV2' is deprecated [-Wdeprecated-declarations]
661 | QStyleOptionTabV2* new_QStyleOptionTabV2(const QStyleOptionTabV2& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from moc_com_trolltech_qt_gui9.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:294:43: note: declared here
294 | typedef Q_DECL_DEPRECATED QStyleOptionTab QStyleOptionTabV2;
| ^~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui9.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:661:72: warning: 'QStyleOptionTabV2' is deprecated [-Wdeprecated-declarations]
661 | QStyleOptionTabV2* new_QStyleOptionTabV2(const QStyleOptionTabV2& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from moc_com_trolltech_qt_gui9.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:294:43: note: declared here
294 | typedef Q_DECL_DEPRECATED QStyleOptionTab QStyleOptionTabV2;
| ^~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui9.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:665:53: warning: 'QStyleOptionTabV2' is deprecated [-Wdeprecated-declarations]
665 | void delete_QStyleOptionTabV2(QStyleOptionTabV2* obj) { delete obj; }
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from moc_com_trolltech_qt_gui9.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:294:43: note: declared here
294 | typedef Q_DECL_DEPRECATED QStyleOptionTab QStyleOptionTabV2;
| ^~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui9.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: In member function 'QStyleOptionTabV2* PythonQtWrapper_QStyleOptionTabV2::new_QStyleOptionTabV2(const QStyleOptionTabV2&)':
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:663:21: warning: 'QStyleOptionTabV2' is deprecated [-Wdeprecated-declarations]
663 | *((QStyleOptionTabV2*)a) = other;
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from moc_com_trolltech_qt_gui9.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:294:43: note: declared here
294 | typedef Q_DECL_DEPRECATED QStyleOptionTab QStyleOptionTabV2;
| ^~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui9.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: At global scope:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:687:42: warning: 'QStyleOptionTabV3' is deprecated [-Wdeprecated-declarations]
687 | QStyleOptionTabV3* new_QStyleOptionTabV3();
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from moc_com_trolltech_qt_gui9.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:295:43: note: declared here
295 | typedef Q_DECL_DEPRECATED QStyleOptionTab QStyleOptionTabV3;
| ^~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui9.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:688:72: warning: 'QStyleOptionTabV3' is deprecated [-Wdeprecated-declarations]
688 | QStyleOptionTabV3* new_QStyleOptionTabV3(const QStyleOptionTabV3& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from moc_com_trolltech_qt_gui9.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:295:43: note: declared here
295 | typedef Q_DECL_DEPRECATED QStyleOptionTab QStyleOptionTabV3;
| ^~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui9.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:688:72: warning: 'QStyleOptionTabV3' is deprecated [-Wdeprecated-declarations]
688 | QStyleOptionTabV3* new_QStyleOptionTabV3(const QStyleOptionTabV3& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from moc_com_trolltech_qt_gui9.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:295:43: note: declared here
295 | typedef Q_DECL_DEPRECATED QStyleOptionTab QStyleOptionTabV3;
| ^~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui9.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:692:53: warning: 'QStyleOptionTabV3' is deprecated [-Wdeprecated-declarations]
692 | void delete_QStyleOptionTabV3(QStyleOptionTabV3* obj) { delete obj; }
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from moc_com_trolltech_qt_gui9.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:295:43: note: declared here
295 | typedef Q_DECL_DEPRECATED QStyleOptionTab QStyleOptionTabV3;
| ^~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui9.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: In member function 'QStyleOptionTabV3* PythonQtWrapper_QStyleOptionTabV3::new_QStyleOptionTabV3(const QStyleOptionTabV3&)':
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:690:21: warning: 'QStyleOptionTabV3' is deprecated [-Wdeprecated-declarations]
690 | *((QStyleOptionTabV3*)a) = other;
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from moc_com_trolltech_qt_gui9.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:295:43: note: declared here
295 | typedef Q_DECL_DEPRECATED QStyleOptionTab QStyleOptionTabV3;
| ^~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui9.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: At global scope:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:762:64: warning: 'QStyleOptionTabWidgetFrameV2' is deprecated [-Wdeprecated-declarations]
762 | QStyleOptionTabWidgetFrameV2* new_QStyleOptionTabWidgetFrameV2();
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from moc_com_trolltech_qt_gui9.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:179:54: note: declared here
179 | typedef Q_DECL_DEPRECATED QStyleOptionTabWidgetFrame QStyleOptionTabWidgetFrameV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui9.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:763:105: warning: 'QStyleOptionTabWidgetFrameV2' is deprecated [-Wdeprecated-declarations]
763 | QStyleOptionTabWidgetFrameV2* new_QStyleOptionTabWidgetFrameV2(const QStyleOptionTabWidgetFrameV2& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from moc_com_trolltech_qt_gui9.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:179:54: note: declared here
179 | typedef Q_DECL_DEPRECATED QStyleOptionTabWidgetFrame QStyleOptionTabWidgetFrameV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui9.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:763:105: warning: 'QStyleOptionTabWidgetFrameV2' is deprecated [-Wdeprecated-declarations]
763 | QStyleOptionTabWidgetFrameV2* new_QStyleOptionTabWidgetFrameV2(const QStyleOptionTabWidgetFrameV2& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from moc_com_trolltech_qt_gui9.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:179:54: note: declared here
179 | typedef Q_DECL_DEPRECATED QStyleOptionTabWidgetFrame QStyleOptionTabWidgetFrameV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui9.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:767:75: warning: 'QStyleOptionTabWidgetFrameV2' is deprecated [-Wdeprecated-declarations]
767 | void delete_QStyleOptionTabWidgetFrameV2(QStyleOptionTabWidgetFrameV2* obj) { delete obj; }
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from moc_com_trolltech_qt_gui9.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:179:54: note: declared here
179 | typedef Q_DECL_DEPRECATED QStyleOptionTabWidgetFrame QStyleOptionTabWidgetFrameV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui9.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: In member function 'QStyleOptionTabWidgetFrameV2* PythonQtWrapper_QStyleOptionTabWidgetFrameV2::new_QStyleOptionTabWidgetFrameV2(const QStyleOptionTabWidgetFrameV2&)':
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:765:32: warning: 'QStyleOptionTabWidgetFrameV2' is deprecated [-Wdeprecated-declarations]
765 | *((QStyleOptionTabWidgetFrameV2*)a) = other;
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from moc_com_trolltech_qt_gui9.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:179:54: note: declared here
179 | typedef Q_DECL_DEPRECATED QStyleOptionTabWidgetFrame QStyleOptionTabWidgetFrameV2;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui9.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: At global scope:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:923:50: warning: 'QStyleOptionToolBoxV2' is deprecated [-Wdeprecated-declarations]
923 | QStyleOptionToolBoxV2* new_QStyleOptionToolBoxV2();
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from moc_com_trolltech_qt_gui9.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:479:47: note: declared here
479 | typedef Q_DECL_DEPRECATED QStyleOptionToolBox QStyleOptionToolBoxV2;
| ^~~~~~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui9.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:924:84: warning: 'QStyleOptionToolBoxV2' is deprecated [-Wdeprecated-declarations]
924 | QStyleOptionToolBoxV2* new_QStyleOptionToolBoxV2(const QStyleOptionToolBoxV2& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from moc_com_trolltech_qt_gui9.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:479:47: note: declared here
479 | typedef Q_DECL_DEPRECATED QStyleOptionToolBox QStyleOptionToolBoxV2;
| ^~~~~~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui9.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:924:84: warning: 'QStyleOptionToolBoxV2' is deprecated [-Wdeprecated-declarations]
924 | QStyleOptionToolBoxV2* new_QStyleOptionToolBoxV2(const QStyleOptionToolBoxV2& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from moc_com_trolltech_qt_gui9.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:479:47: note: declared here
479 | typedef Q_DECL_DEPRECATED QStyleOptionToolBox QStyleOptionToolBoxV2;
| ^~~~~~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui9.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:928:61: warning: 'QStyleOptionToolBoxV2' is deprecated [-Wdeprecated-declarations]
928 | void delete_QStyleOptionToolBoxV2(QStyleOptionToolBoxV2* obj) { delete obj; }
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from moc_com_trolltech_qt_gui9.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:479:47: note: declared here
479 | typedef Q_DECL_DEPRECATED QStyleOptionToolBox QStyleOptionToolBoxV2;
| ^~~~~~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui9.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: In member function 'QStyleOptionToolBoxV2* PythonQtWrapper_QStyleOptionToolBoxV2::new_QStyleOptionToolBoxV2(const QStyleOptionToolBoxV2&)':
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:926:25: warning: 'QStyleOptionToolBoxV2' is deprecated [-Wdeprecated-declarations]
926 | *((QStyleOptionToolBoxV2*)a) = other;
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from moc_com_trolltech_qt_gui9.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:479:47: note: declared here
479 | typedef Q_DECL_DEPRECATED QStyleOptionToolBox QStyleOptionToolBoxV2;
| ^~~~~~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui9.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: At global scope:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:1073:52: warning: 'QStyleOptionViewItemV2' is deprecated [-Wdeprecated-declarations]
1073 | QStyleOptionViewItemV2* new_QStyleOptionViewItemV2();
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from moc_com_trolltech_qt_gui9.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:451:48: note: declared here
451 | typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV2;
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui9.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:1074:87: warning: 'QStyleOptionViewItemV2' is deprecated [-Wdeprecated-declarations]
1074 | QStyleOptionViewItemV2* new_QStyleOptionViewItemV2(const QStyleOptionViewItemV2& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from moc_com_trolltech_qt_gui9.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:451:48: note: declared here
451 | typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV2;
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui9.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:1074:87: warning: 'QStyleOptionViewItemV2' is deprecated [-Wdeprecated-declarations]
1074 | QStyleOptionViewItemV2* new_QStyleOptionViewItemV2(const QStyleOptionViewItemV2& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from moc_com_trolltech_qt_gui9.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:451:48: note: declared here
451 | typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV2;
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui9.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:1078:63: warning: 'QStyleOptionViewItemV2' is deprecated [-Wdeprecated-declarations]
1078 | void delete_QStyleOptionViewItemV2(QStyleOptionViewItemV2* obj) { delete obj; }
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from moc_com_trolltech_qt_gui9.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:451:48: note: declared here
451 | typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV2;
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui9.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: In member function 'QStyleOptionViewItemV2* PythonQtWrapper_QStyleOptionViewItemV2::new_QStyleOptionViewItemV2(const QStyleOptionViewItemV2&)':
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:1076:26: warning: 'QStyleOptionViewItemV2' is deprecated [-Wdeprecated-declarations]
1076 | *((QStyleOptionViewItemV2*)a) = other;
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from moc_com_trolltech_qt_gui9.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:451:48: note: declared here
451 | typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV2;
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui9.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: At global scope:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:1100:52: warning: 'QStyleOptionViewItemV3' is deprecated [-Wdeprecated-declarations]
1100 | QStyleOptionViewItemV3* new_QStyleOptionViewItemV3();
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from moc_com_trolltech_qt_gui9.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:452:48: note: declared here
452 | typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV3;
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui9.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:1101:87: warning: 'QStyleOptionViewItemV3' is deprecated [-Wdeprecated-declarations]
1101 | QStyleOptionViewItemV3* new_QStyleOptionViewItemV3(const QStyleOptionViewItemV3& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from moc_com_trolltech_qt_gui9.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:452:48: note: declared here
452 | typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV3;
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui9.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:1101:87: warning: 'QStyleOptionViewItemV3' is deprecated [-Wdeprecated-declarations]
1101 | QStyleOptionViewItemV3* new_QStyleOptionViewItemV3(const QStyleOptionViewItemV3& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from moc_com_trolltech_qt_gui9.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:452:48: note: declared here
452 | typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV3;
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui9.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:1105:63: warning: 'QStyleOptionViewItemV3' is deprecated [-Wdeprecated-declarations]
1105 | void delete_QStyleOptionViewItemV3(QStyleOptionViewItemV3* obj) { delete obj; }
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from moc_com_trolltech_qt_gui9.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:452:48: note: declared here
452 | typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV3;
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui9.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: In member function 'QStyleOptionViewItemV3* PythonQtWrapper_QStyleOptionViewItemV3::new_QStyleOptionViewItemV3(const QStyleOptionViewItemV3&)':
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:1103:26: warning: 'QStyleOptionViewItemV3' is deprecated [-Wdeprecated-declarations]
1103 | *((QStyleOptionViewItemV3*)a) = other;
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from moc_com_trolltech_qt_gui9.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:452:48: note: declared here
452 | typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV3;
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui9.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: At global scope:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:1127:52: warning: 'QStyleOptionViewItemV4' is deprecated [-Wdeprecated-declarations]
1127 | QStyleOptionViewItemV4* new_QStyleOptionViewItemV4();
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from moc_com_trolltech_qt_gui9.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:453:48: note: declared here
453 | typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV4;
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui9.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:1128:87: warning: 'QStyleOptionViewItemV4' is deprecated [-Wdeprecated-declarations]
1128 | QStyleOptionViewItemV4* new_QStyleOptionViewItemV4(const QStyleOptionViewItemV4& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from moc_com_trolltech_qt_gui9.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:453:48: note: declared here
453 | typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV4;
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui9.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:1128:87: warning: 'QStyleOptionViewItemV4' is deprecated [-Wdeprecated-declarations]
1128 | QStyleOptionViewItemV4* new_QStyleOptionViewItemV4(const QStyleOptionViewItemV4& other) {
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from moc_com_trolltech_qt_gui9.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:453:48: note: declared here
453 | typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV4;
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui9.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:1132:63: warning: 'QStyleOptionViewItemV4' is deprecated [-Wdeprecated-declarations]
1132 | void delete_QStyleOptionViewItemV4(QStyleOptionViewItemV4* obj) { delete obj; }
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from moc_com_trolltech_qt_gui9.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:453:48: note: declared here
453 | typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV4;
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from moc_com_trolltech_qt_gui9.cpp:9:
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h: In member function 'QStyleOptionViewItemV4* PythonQtWrapper_QStyleOptionViewItemV4::new_QStyleOptionViewItemV4(const QStyleOptionViewItemV4&)':
../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:1130:26: warning: 'QStyleOptionViewItemV4' is deprecated [-Wdeprecated-declarations]
1130 | *((QStyleOptionViewItemV4*)a) = other;
| ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemdelegate.h:45,
from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qabstractitemview.h:47,
from ../../generated_cpp_56/com_trolltech_qt_gui/com_trolltech_qt_gui9.h:5,
from moc_com_trolltech_qt_gui9.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtWidgets/qstyleoption.h:453:48: note: declared here
453 | typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV4;
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../generated_cpp_56/com_trolltech_qt_sql/com_trolltech_qt_sql0.h:21,
from moc_com_trolltech_qt_sql0.cpp:9:
/usr/include/x86_64-linux-gnu/qt5/QtSql/qsql.h:4:4: warning: #warning Header <QtSql/qsql.h> is deprecated. Please include <QtSql/qtsqlglobal.h> instead. [-Wcpp]
4 | # warning Header <QtSql/qsql.h> is deprecated. Please include <QtSql/qtsqlglobal.h> instead.
| ^~~~~~~
In file included from PythonQtTestMain.cpp:43:
PythonQtTests.h: In member function 'PQCppObjectNoWrap* PQCppObjectNoWrapDecorator::new_PQCppObjectNoWrap(const PQCppObjectNoWrap&)':
PythonQtTests.h:242:69: warning: unused parameter 'other' [-Wunused-parameter]
242 | PQCppObjectNoWrap* new_PQCppObjectNoWrap(const PQCppObjectNoWrap& other) {
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
In file included from PythonQtTests.cpp:42:
PythonQtTests.h: In member function 'PQCppObjectNoWrap* PQCppObjectNoWrapDecorator::new_PQCppObjectNoWrap(const PQCppObjectNoWrap&)':
PythonQtTests.h:242:69: warning: unused parameter 'other' [-Wunused-parameter]
242 | PQCppObjectNoWrap* new_PQCppObjectNoWrap(const PQCppObjectNoWrap& other) {
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
PythonQtTests.h: In member function 'PQCppObjectNoWrap* PQCppObjectNoWrapDecorator::new_PQCppObjectNoWrap(double)':
PythonQtTests.h:245:51: warning: unused parameter 'value' [-Wunused-parameter]
245 | PQCppObjectNoWrap* new_PQCppObjectNoWrap(double value) {
| ~~~~~~~^~~~~
PythonQtTests.h: In member function 'PQCppObjectNoWrap* PQCppObjectNoWrapDecorator::new_PQCppObjectNoWrap(double)':
PythonQtTests.h:245:51: warning: unused parameter 'value' [-Wunused-parameter]
245 | PQCppObjectNoWrap* new_PQCppObjectNoWrap(double value) {
| ~~~~~~~^~~~~
PythonQtTests.h: In member function 'void PythonQtTestSlotCallingHelper::overload(bool)':
PythonQtTests.h:402:22: warning: unused parameter 'a' [-Wunused-parameter]
402 | void overload(bool a) { _calledOverload = 0; _called = true; }
| ~~~~~^
PythonQtTests.h: In member function 'void PythonQtTestSlotCallingHelper::overload(float)':
PythonQtTests.h:403:23: warning: unused parameter 'a' [-Wunused-parameter]
403 | void overload(float a) { _calledOverload = 1; _called = true;}
| ~~~~~~^
PythonQtTests.h: In member function 'void PythonQtTestSlotCallingHelper::overload(int)':
PythonQtTests.h:404:21: warning: unused parameter 'a' [-Wunused-parameter]
404 | void overload(int a) { _calledOverload = 2; _called = true;}
| ~~~~^
PythonQtTests.h: In member function 'void PythonQtTestSlotCallingHelper::overload(const QString&)':
PythonQtTests.h:405:32: warning: unused parameter 'str' [-Wunused-parameter]
405 | void overload(const QString& str) { _calledOverload = 3; _called = true;}
| ~~~~~~~~~~~~~~~^~~
PythonQtTests.h: In member function 'void PythonQtTestSlotCallingHelper::overload(const QStringList&)':
PythonQtTests.h:406:36: warning: unused parameter 'str' [-Wunused-parameter]
406 | void overload(const QStringList& str) { _calledOverload = 4; _called = true;}
| ~~~~~~~~~~~~~~~~~~~^~~
PythonQtTests.h: In member function 'void PythonQtTestSlotCallingHelper::overload(QObject*)':
PythonQtTests.h:407:26: warning: unused parameter 'str' [-Wunused-parameter]
407 | void overload(QObject* str) { _calledOverload = 5; _called = true;}
| ~~~~~~~~~^~~
PythonQtTests.h: In member function 'void PythonQtTestSlotCallingHelper::overload(float, int)':
PythonQtTests.h:408:23: warning: unused parameter 'a' [-Wunused-parameter]
408 | void overload(float a, int b) { _calledOverload = 6; _called = true;}
| ~~~~~~^
PythonQtTests.h:408:30: warning: unused parameter 'b' [-Wunused-parameter]
408 | void overload(float a, int b) { _calledOverload = 6; _called = true;}
| ~~~~^
PythonQtTests.h: In member function 'void PythonQtTestSlotCallingHelper::overload(bool)':
PythonQtTests.h:402:22: warning: unused parameter 'a' [-Wunused-parameter]
402 | void overload(bool a) { _calledOverload = 0; _called = true; }
| ~~~~~^
PythonQtTests.h: In member function 'void PythonQtTestSlotCallingHelper::overload(float)':
PythonQtTests.h:403:23: warning: unused parameter 'a' [-Wunused-parameter]
403 | void overload(float a) { _calledOverload = 1; _called = true;}
| ~~~~~~^
PythonQtTests.h: In member function 'void PythonQtTestSlotCallingHelper::overload(int)':
PythonQtTests.h:404:21: warning: unused parameter 'a' [-Wunused-parameter]
404 | void overload(int a) { _calledOverload = 2; _called = true;}
| ~~~~^
PythonQtTests.h: In member function 'void PythonQtTestSlotCallingHelper::overload(const QString&)':
PythonQtTests.h:405:32: warning: unused parameter 'str' [-Wunused-parameter]
405 | void overload(const QString& str) { _calledOverload = 3; _called = true;}
| ~~~~~~~~~~~~~~~^~~
PythonQtTests.h: In member function 'void PythonQtTestSlotCallingHelper::overload(const QStringList&)':
PythonQtTests.h:406:36: warning: unused parameter 'str' [-Wunused-parameter]
406 | void overload(const QStringList& str) { _calledOverload = 4; _called = true;}
| ~~~~~~~~~~~~~~~~~~~^~~
PythonQtTests.h: In member function 'void PythonQtTestSlotCallingHelper::overload(QObject*)':
PythonQtTests.h:407:26: warning: unused parameter 'str' [-Wunused-parameter]
407 | void overload(QObject* str) { _calledOverload = 5; _called = true;}
| ~~~~~~~~~^~~
PythonQtTests.h: In member function 'void PythonQtTestSlotCallingHelper::overload(float, int)':
PythonQtTests.h:408:23: warning: unused parameter 'a' [-Wunused-parameter]
408 | void overload(float a, int b) { _calledOverload = 6; _called = true;}
| ~~~~~~^
PythonQtTests.h:408:30: warning: unused parameter 'b' [-Wunused-parameter]
408 | void overload(float a, int b) { _calledOverload = 6; _called = true;}
| ~~~~^
PythonQtTests.cpp: In member function 'PQCppObject2Decorator::TestEnumFlag PQCppObject2Decorator::testEnumFlag1(PQCppObject2*, PQCppObject2Decorator::TestEnumFlag)':
PythonQtTests.cpp:303:88: warning: unused parameter 'obj' [-Wunused-parameter]
303 | PQCppObject2Decorator::TestEnumFlag PQCppObject2Decorator::testEnumFlag1(PQCppObject2* obj, PQCppObject2Decorator::TestEnumFlag flag) {
| ~~~~~~~~~~~~~~^~~
PythonQtTests.cpp: In member function 'PQCppObject2::TestEnumFlag PQCppObject2Decorator::testEnumFlag2(PQCppObject2*, PQCppObject2::TestEnumFlag)':
PythonQtTests.cpp:307:79: warning: unused parameter 'obj' [-Wunused-parameter]
307 | PQCppObject2::TestEnumFlag PQCppObject2Decorator::testEnumFlag2(PQCppObject2* obj, PQCppObject2::TestEnumFlag flag) {
| ~~~~~~~~~~~~~~^~~
PythonQtTests.cpp: In member function 'PQCppObject2Decorator::TestEnumFlag PQCppObject2Decorator::testEnumFlag3(PQCppObject2*, int)':
PythonQtTests.cpp:312:88: warning: unused parameter 'obj' [-Wunused-parameter]
312 | PQCppObject2Decorator::TestEnumFlag PQCppObject2Decorator::testEnumFlag3(PQCppObject2* obj, int flag) {
| ~~~~~~~~~~~~~~^~~
PythonQtTests.cpp:312:97: warning: unused parameter 'flag' [-Wunused-parameter]
312 | PQCppObject2Decorator::TestEnumFlag PQCppObject2Decorator::testEnumFlag3(PQCppObject2* obj, int flag) {
| ~~~~^~~~
PythonQtTests.cpp: In member function 'PQCppObject2Decorator::TestEnumFlag PQCppObject2Decorator::testEnumFlag3(PQCppObject2*, PQCppObject2Decorator::TestEnumFlag)':
PythonQtTests.cpp:315:88: warning: unused parameter 'obj' [-Wunused-parameter]
315 | PQCppObject2Decorator::TestEnumFlag PQCppObject2Decorator::testEnumFlag3(PQCppObject2* obj, PQCppObject2Decorator::TestEnumFlag flag) {
| ~~~~~~~~~~~~~~^~~
PythonQtTests.cpp: In member function 'virtual QByteArray PythonQtTestApiHelper::readFileAsBytes(const QString&)':
PythonQtTests.cpp:586:66: warning: unused parameter 'filename' [-Wunused-parameter]
586 | QByteArray PythonQtTestApiHelper::readFileAsBytes(const QString& filename)
| ~~~~~~~~~~~~~~~^~~~~~~~
PythonQtTests.cpp: In member function 'virtual QByteArray PythonQtTestApiHelper::readSourceFile(const QString&, bool&)':
PythonQtTests.cpp:592:65: warning: unused parameter 'filename' [-Wunused-parameter]
592 | QByteArray PythonQtTestApiHelper::readSourceFile(const QString& filename, bool& ok)
| ~~~~~~~~~~~~~~~^~~~~~~~
PythonQtTests.cpp: In member function 'virtual bool PythonQtTestApiHelper::exists(const QString&)':
PythonQtTests.cpp:599:51: warning: unused parameter 'filename' [-Wunused-parameter]
599 | bool PythonQtTestApiHelper::exists(const QString& filename)
| ~~~~~~~~~~~~~~~^~~~~~~~
PythonQtTests.cpp: In member function 'virtual QDateTime PythonQtTestApiHelper::lastModifiedDate(const QString&)':
PythonQtTests.cpp:604:66: warning: unused parameter 'filename' [-Wunused-parameter]
604 | QDateTime PythonQtTestApiHelper::lastModifiedDate(const QString& filename) {
| ~~~~~~~~~~~~~~~^~~~~~~~
In file included from moc_PythonQtTests.cpp:9:
PythonQtTests.h: In member function 'PQCppObjectNoWrap* PQCppObjectNoWrapDecorator::new_PQCppObjectNoWrap(const PQCppObjectNoWrap&)':
PythonQtTests.h:242:69: warning: unused parameter 'other' [-Wunused-parameter]
242 | PQCppObjectNoWrap* new_PQCppObjectNoWrap(const PQCppObjectNoWrap& other) {
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
PythonQtTests.h: In member function 'PQCppObjectNoWrap* PQCppObjectNoWrapDecorator::new_PQCppObjectNoWrap(double)':
PythonQtTests.h:245:51: warning: unused parameter 'value' [-Wunused-parameter]
245 | PQCppObjectNoWrap* new_PQCppObjectNoWrap(double value) {
| ~~~~~~~^~~~~
PythonQtTests.h: In member function 'void PythonQtTestSlotCallingHelper::overload(bool)':
PythonQtTests.h:402:22: warning: unused parameter 'a' [-Wunused-parameter]
402 | void overload(bool a) { _calledOverload = 0; _called = true; }
| ~~~~~^
PythonQtTests.h: In member function 'void PythonQtTestSlotCallingHelper::overload(float)':
PythonQtTests.h:403:23: warning: unused parameter 'a' [-Wunused-parameter]
403 | void overload(float a) { _calledOverload = 1; _called = true;}
| ~~~~~~^
PythonQtTests.h: In member function 'void PythonQtTestSlotCallingHelper::overload(int)':
PythonQtTests.h:404:21: warning: unused parameter 'a' [-Wunused-parameter]
404 | void overload(int a) { _calledOverload = 2; _called = true;}
| ~~~~^
PythonQtTests.h: In member function 'void PythonQtTestSlotCallingHelper::overload(const QString&)':
PythonQtTests.h:405:32: warning: unused parameter 'str' [-Wunused-parameter]
405 | void overload(const QString& str) { _calledOverload = 3; _called = true;}
| ~~~~~~~~~~~~~~~^~~
PythonQtTests.h: In member function 'void PythonQtTestSlotCallingHelper::overload(const QStringList&)':
PythonQtTests.h:406:36: warning: unused parameter 'str' [-Wunused-parameter]
406 | void overload(const QStringList& str) { _calledOverload = 4; _called = true;}
| ~~~~~~~~~~~~~~~~~~~^~~
PythonQtTests.h: In member function 'void PythonQtTestSlotCallingHelper::overload(QObject*)':
PythonQtTests.h:407:26: warning: unused parameter 'str' [-Wunused-parameter]
407 | void overload(QObject* str) { _calledOverload = 5; _called = true;}
| ~~~~~~~~~^~~
PythonQtTests.h: In member function 'void PythonQtTestSlotCallingHelper::overload(float, int)':
PythonQtTests.h:408:23: warning: unused parameter 'a' [-Wunused-parameter]
408 | void overload(float a, int b) { _calledOverload = 6; _called = true;}
| ~~~~~~^
PythonQtTests.h:408:30: warning: unused parameter 'b' [-Wunused-parameter]
408 | void overload(float a, int b) { _calledOverload = 6; _called = true;}
| ~~~~^
===> Installing for py38-PythonQt-3.2
=> Compiling python files
=> Registering installation for py38-PythonQt-3.2
===> Done install for py38-PythonQt-3.2
===> Building binary package for py38-PythonQt-3.2
Creating package /opt/robotpkg/var/lib/robotpkg/wip/packages/bsd/Ubuntu-20.04-x86_64/All/py38-PythonQt-3.2
=> Linking package in /opt/robotpkg/var/lib/robotpkg/wip/packages/bsd/Ubuntu-20.04-x86_64/pub
=> Updating debian binary packages
dpkg-deb: building package 'robotpkg-py38-pythonqt' in '/local/robotpkg/var/tmp/robotpkg/wip/py-pythonqt/work/pkg2deb.403462/robotpkg-py38-pythonqt_3.2_amd64.deb'.
updated /opt/robotpkg/var/lib/robotpkg/wip/packages/debian/pub/dists/focal/robotpkg/binary-amd64/robotpkg-py38-pythonqt_3.2_amd64.deb
===> Deinstalling for py38-PythonQt
Removed py38-PythonQt-3.2
Removed digest-20080510
Removed tnftp-20130505~ssl