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

    CMAKE_LD_FLAGS


Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/drivers/sqlite/icu/icu.cpp:49:3: warning: zero as null pointer constant [-Wzero-as-null-pointer-constant]
   49 |   SQLITE_EXTENSION_INIT1
      |   ^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/drivers/sqlite/icu/icu.cpp: In function ‘void icuLoadCollation(sqlite3_context*, int, sqlite3_value**)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/drivers/sqlite/icu/icu.cpp:420:7: warning: unused parameter ‘nArg’ [-Wunused-parameter]
  420 |   int nArg,
      |   ~~~~^~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/parser/KDbParser.cpp: In copy constructor ‘KDbParserError::KDbParserError(const KDbParserError&)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/parser/KDbParser.cpp:183:17: warning: implicitly-declared ‘KDbParserError::Private& KDbParserError::Private::operator=(const KDbParserError::Private&)’ is deprecated [-Wdeprecated-copy]
  183 |     *d = *other.d;
      |                 ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/parser/KDbParser.cpp:149:5: note: because ‘KDbParserError::Private’ has user-provided ‘KDbParserError::Private::Private(const KDbParserError::Private&)’
  149 |     Private(const Private &other) {
      |     ^~~~~~~
generated/sqlscanner.cpp: In function ‘int yylex()’:
generated/sqlscanner.cpp:867:25: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
generated/sqlscanner.cpp:868:17: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
generated/sqlscanner.cpp:868:25: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
generated/sqlscanner.cpp:869:15: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
generated/sqlscanner.cpp:920:21: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
generated/sqlscanner.cpp: In function ‘int yy_get_next_buffer()’:
generated/sqlscanner.cpp:1585:21: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
generated/sqlscanner.cpp:1586:17: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
generated/sqlscanner.cpp:1587:15: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
generated/sqlscanner.cpp:1587:31: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
generated/sqlscanner.cpp: In function ‘yy_state_type yy_get_previous_state()’:
generated/sqlscanner.cpp:1719:25: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
generated/sqlscanner.cpp:1720:17: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
generated/sqlscanner.cpp:1726:20: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
generated/sqlscanner.cpp: In function ‘yy_state_type yy_try_NUL_trans(yy_state_type)’:
generated/sqlscanner.cpp:1751:15: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
generated/sqlscanner.cpp:1752:21: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
generated/sqlscanner.cpp:1754:19: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
generated/sqlscanner.cpp: At global scope:
generated/sqlscanner.cpp:1772:49: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
generated/sqlscanner.cpp: In function ‘void yyunput(int, char*)’:
generated/sqlscanner.cpp:1774:17: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
generated/sqlscanner.cpp:1784:16: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
generated/sqlscanner.cpp:1785:18: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
generated/sqlscanner.cpp:1787:18: warning: ISO C++17 does not allow ‘register’ storage class specifier [-Wregister]
At global scope:
cc1plus: note: unrecognized command-line option ‘-Wno-deprecated-register’ may have been intended to silence earlier diagnostics
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/parser/KDbParser_p.cpp: In function ‘KDbQuerySchema* buildSelectQuery(KDbQuerySchema*, KDbNArgExpression*, KDbNArgExpression*, SelectOptionsInternal*)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/parser/KDbParser_p.cpp:353:21: warning: implicitly-declared ‘KDbNArgExpression& KDbNArgExpression::operator=(const KDbNArgExpression&)’ is deprecated [-Wdeprecated-copy]
  353 |         colViews = *_colViews;
      |                     ^~~~~~~~~
In file included from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/parser/KDbSqlTypes.h:26,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/parser/KDbParser_p.h:24,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/parser/KDbParser_p.cpp:20:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/expression/KDbExpression.h:224:5: note: because ‘KDbNArgExpression’ has user-provided ‘KDbNArgExpression::KDbNArgExpression(const KDbNArgExpression&)’
  224 |     KDbNArgExpression(const KDbNArgExpression& expr);
      |     ^~~~~~~~~~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/parser/KDbParser_p.cpp:358:23: warning: implicitly-declared ‘KDbNArgExpression& KDbNArgExpression::operator=(const KDbNArgExpression&)’ is deprecated [-Wdeprecated-copy]
  358 |         tablesList = *_tablesList;
      |                       ^~~~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/expression/KDbExpression.h:224:5: note: because ‘KDbNArgExpression’ has user-provided ‘KDbNArgExpression::KDbNArgExpression(const KDbNArgExpression&)’
  224 |     KDbNArgExpression(const KDbNArgExpression& expr);
      |     ^~~~~~~~~~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/parser/KDbParser_p.cpp:380:54: warning: implicitly-declared ‘KDbVariableExpression& KDbVariableExpression::operator=(const KDbVariableExpression&)’ is deprecated [-Wdeprecated-copy]
  380 |                 t_e = t_with_alias.left().toVariable();
      |                                                      ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/expression/KDbExpression.h:464:5: note: because ‘KDbVariableExpression’ has user-provided ‘KDbVariableExpression::KDbVariableExpression(const KDbVariableExpression&)’
  464 |     KDbVariableExpression(const KDbVariableExpression& expr);
      |     ^~~~~~~~~~~~~~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/parser/KDbParser_p.cpp:383:36: warning: implicitly-declared ‘KDbVariableExpression& KDbVariableExpression::operator=(const KDbVariableExpression&)’ is deprecated [-Wdeprecated-copy]
  383 |                 t_e = e.toVariable();
      |                                    ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/expression/KDbExpression.h:464:5: note: because ‘KDbVariableExpression’ has user-provided ‘KDbVariableExpression::KDbVariableExpression(const KDbVariableExpression&)’
  464 |     KDbVariableExpression(const KDbVariableExpression& expr);
      |     ^~~~~~~~~~~~~~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/parser/KDbParser_p.cpp:428:65: warning: implicitly-declared ‘KDbVariableExpression& KDbVariableExpression::operator=(const KDbVariableExpression&)’ is deprecated [-Wdeprecated-copy]
  428 |                 aliasVariable = e.toBinary().right().toVariable();
      |                                                                 ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/expression/KDbExpression.h:464:5: note: because ‘KDbVariableExpression’ has user-provided ‘KDbVariableExpression::KDbVariableExpression(const KDbVariableExpression&)’
  464 |     KDbVariableExpression(const KDbVariableExpression& expr);
      |     ^~~~~~~~~~~~~~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/transliteration/transliteration_table.cpp:1039:8: warning: unpaired UTF-8 bidirectional control character detected [-Wbidi-chars=]
 1039 | */,N/**/,N/**/,N/**/,N/**/,N/**/,N/**/,
      |       ~~~~~~~~ ^
      |       |        |
      |       |        end of bidirectional context
      |       U+202A (LEFT-TO-RIGHT EMBEDDING)
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/transliteration/transliteration_table.cpp:1039:14: warning: unpaired UTF-8 bidirectional control character detected [-Wbidi-chars=]
 1039 | */,N/**/,N/**/,N/**/,N/**/,N/**/,N/**/,
      |                     ~~~~~~~~ ^
      |                     |        |
      |                     |        end of bidirectional context
      |                     U+202B (RIGHT-TO-LEFT EMBEDDING)
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/transliteration/transliteration_table.cpp:1039:26: warning: unpaired UTF-8 bidirectional control character detected [-Wbidi-chars=]
 1039 | */,N/**/,N/**/,N/**/,N/**/,N/**/,N/**/,
      |                                                 ~~~~~~~~ ^
      |                                                 |        |
      |                                                 |        end of bidirectional context
      |                                                 U+202D (LEFT-TO-RIGHT OVERRIDE)
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/transliteration/transliteration_table.cpp:1039:32: warning: unpaired UTF-8 bidirectional control character detected [-Wbidi-chars=]
 1039 | */,N/**/,N/**/,N/**/,N/**/,N/**/,N/**/,
      |                                                               ~~~~~~~~ ^
      |                                                               |        |
      |                                                               |        end of bidirectional context
      |                                                               U+202E (RIGHT-TO-LEFT OVERRIDE)
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/transliteration/transliteration_table.cpp:1046:50: warning: unpaired UTF-8 bidirectional control character detected [-Wbidi-chars=]
 1046 | /*2060*/N/**/,N/**/,N/**/,N/**/,N/**/,N/**/,N/**/,N/**/,
      |                                                                                                ~~~~~~~~ ^
      |                                                                                                |        |
      |                                                                                                |        end of bidirectional context
      |                                                                                                U+2066 (LEFT-TO-RIGHT ISOLATE)
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/transliteration/transliteration_table.cpp:1046:56: warning: unpaired UTF-8 bidirectional control character detected [-Wbidi-chars=]
 1046 | /*2060*/N/**/,N/**/,N/**/,N/**/,N/**/,N/**/,N/**/,N/**/,
      |                                                                                                              ~~~~~~~~ ^
      |                                                                                                              |        |
      |                                                                                                              |        end of bidirectional context
      |                                                                                                              U+2067 (RIGHT-TO-LEFT ISOLATE)
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/transliteration/transliteration_table.cpp:1047:13: warning: unpaired UTF-8 bidirectional control character detected [-Wbidi-chars=]
 1047 | /*2068*/N/**/,N/**/,N/**/,N/**/,N/**/,N/**/,N/**/,N/**/,
      |            ~~~~~~~~ ^
      |            |        |
      |            |        end of bidirectional context
      |            U+2068 (FIRST STRONG ISOLATE)
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbUtils.cpp: In function ‘QString KDbUtils::pointerToStringInternal(void*, int)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbUtils.cpp:301:18: warning: ‘QString& QString::sprintf(const char*, ...)’ is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations]
  301 |         s.sprintf("%2.2x", cstr_pointer[i]);
      |         ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/qt5/QtCore/qobject.h:47,
                 from /usr/include/qt5/QtCore/QObject:1,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbUtils.h:32,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbUtils.cpp:29:
/usr/include/qt5/QtCore/qstring.h:390:14: note: declared here
  390 |     QString &sprintf(const char *format, ...) Q_ATTRIBUTE_FORMAT_PRINTF(2, 3);
      |              ^~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbUtils.h: In instantiation of ‘int KDbUtils::AutodeletedHash::remove(const Key&) [with Key = QByteArray; T = KDbUtils::Property*]’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbUtils.cpp:695:19:   required from here
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbUtils.h:226:56: warning: ‘QList QHash::values(const Key&) const [with Key = QByteArray; T = KDbUtils::Property*]’ is deprecated: Use QMultiHash for hashes storing multiple values with the same key. [-Wdeprecated-declarations]
  226 |             const QList values(QHash::values(key));
      |                                   ~~~~~~~~~~~~~~~~~~~~~^~~~~
In file included from /usr/include/qt5/QtCore/qshareddata.h:46,
                 from /usr/include/qt5/QtCore/qdatetime.h:46,
                 from /usr/include/qt5/QtCore/QDateTime:1,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbUtils.h:33:
/usr/include/qt5/QtCore/qhash.h:1235:31: note: declared here
 1235 | Q_OUTOFLINE_TEMPLATE QList QHash::values(const Key &akey) const
      |                               ^~~~~~~~~~~~~
In file included from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbResult.cpp:21:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbMessageHandler.h:225:50: warning: ‘constexpr QFlags::QFlags(Zero) [with Enum = KDbMessageHandler::Option; Zero = int QFlags::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  225 |             KDbMessageHandler::Options options = nullptr,
      |                                                  ^~~~~~~
In file included from /usr/include/qt5/QtCore/qglobal.h:1307,
                 from /usr/include/qt5/QtCore/qatomic.h:41,
                 from /usr/include/qt5/QtCore/qrefcount.h:43,
                 from /usr/include/qt5/QtCore/qbytearray.h:44,
                 from /usr/include/qt5/QtCore/QByteArray:1,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbEscapedString.h:23,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:33,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbResult.cpp:20:
/usr/include/qt5/QtCore/qflags.h:123:80: note: declared here
  123 |     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
      |                                                                                ^~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbResult.cpp: In member function ‘KDbResultable& KDbResultable::operator=(const KDbResultable&)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbResult.cpp:195:22: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
  195 |     m_result = other.m_result;
      |                      ^~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbResult.cpp: In member function ‘void KDbResultable::clearResult()’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbResult.cpp:206:26: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
  206 |     m_result = KDbResult();
      |                          ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/expression/KDbExpression.cpp: In member function ‘bool KDbExpressionData::addToCallStack(QDebug*, KDb::ExpressionCallStack*) const’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/expression/KDbExpression.cpp:226:32: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations]
  226 |             debug.nospace() << endl << level + 1 << ":";
      |                                ^~~~
In file included from /usr/include/qt5/QtCore/qdebug.h:49,
                 from /usr/include/qt5/QtCore/QDebug:1,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbUtils.h:35,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbField.h:31,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/expression/KDbExpression.h:27,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/expression/KDbExpression.cpp:24:
/usr/include/qt5/QtCore/qtextstream.h:293:75: note: declared here
  293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextStream &endl(QTextStream &s);
      |                                                                           ^~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/expression/KDbExpression.cpp: In constructor ‘KDbExpression::KDbExpression(KDbExpressionData*, KDb::ExpressionClass, KDbToken)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/expression/KDbExpression.cpp:273:16: warning: implicitly-declared ‘constexpr KDbToken& KDbToken::operator=(const KDbToken&)’ is deprecated [-Wdeprecated-copy]
  273 |     d->token = token;
      |                ^~~~~
In file included from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/expression/KDbExpressionData.h:27,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/expression/KDbExpression.h:29:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/parser/generated/KDbToken.h:44:5: note: because ‘KDbToken’ has user-provided ‘KDbToken::KDbToken(const KDbToken&)’
   44 |     KDbToken(const KDbToken &other) : v(other.v) {}
      |     ^~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/expression/KDbExpression.cpp: In member function ‘void KDbExpression::setToken(KDbToken)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/expression/KDbExpression.cpp:312:16: warning: implicitly-declared ‘constexpr KDbToken& KDbToken::operator=(const KDbToken&)’ is deprecated [-Wdeprecated-copy]
  312 |     d->token = token;
      |                ^~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/parser/generated/KDbToken.h:44:5: note: because ‘KDbToken’ has user-provided ‘KDbToken::KDbToken(const KDbToken&)’
   44 |     KDbToken(const KDbToken &other) : v(other.v) {}
      |     ^~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbField.cpp: In copy constructor ‘KDbField::Private::Private(const KDbField::Private&)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbField.cpp:151:19: warning: implicitly-declared ‘KDbField::Private& KDbField::Private::operator=(const KDbField::Private&)’ is deprecated [-Wdeprecated-copy]
  151 |         (*this) = o;
      |                   ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbField.cpp:149:5: note: because ‘KDbField::Private’ has user-provided ‘KDbField::Private::Private(const KDbField::Private&)’
  149 |     Private(const Private &o)
      |     ^~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/expression/KDbFunctionExpression.cpp: In member function ‘void KDbFunctionExpressionData::setArguments(ExplicitlySharedExpressionDataPointer)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/expression/KDbFunctionExpression.cpp:1279:19: warning: implicitly-declared ‘constexpr KDbToken& KDbToken::operator=(const KDbToken&)’ is deprecated [-Wdeprecated-copy]
 1279 |     args->token = ',';
      |                   ^~~
In file included from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/expression/KDbExpressionData.h:27,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/expression/KDbExpression.h:29,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/expression/KDbFunctionExpression.cpp:23:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/parser/generated/KDbToken.h:44:5: note: because ‘KDbToken’ has user-provided ‘KDbToken::KDbToken(const KDbToken&)’
   44 |     KDbToken(const KDbToken &other) : v(other.v) {}
      |     ^~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/expression/KDbFunctionExpression.cpp: In static member function ‘static QStringList KDbFunctionExpression::builtInAggregates()’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/expression/KDbFunctionExpression.cpp:1354:43: warning: ‘QList QSet::toList() const [with T = QString]’ is deprecated: Use values() instead. [-Wdeprecated-declarations]
 1354 |     return _builtInAggregates->data.toList();
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
In file included from /usr/include/qt5/QtCore/qdebug.h:52,
                 from /usr/include/qt5/QtCore/QDebug:1,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbUtils.h:35,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbField.h:31,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/expression/KDbExpression.h:27:
/usr/include/qt5/QtCore/qset.h:265:14: note: declared here
  265 |     QList toList() const { return values(); }
      |              ^~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbTableSchemaChangeListener.cpp: In static member function ‘static QList KDbTableSchemaChangeListener::listeners(KDbConnection*, const KDbTableSchema*)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbTableSchemaChangeListener.cpp:509:25: warning: ‘QList QSet::toList() const [with T = KDbTableSchemaChangeListener*]’ is deprecated: Use values() instead. [-Wdeprecated-declarations]
  509 |     return result.toList();
      |            ~~~~~~~~~~~~~^~
In file included from /usr/include/qt5/QtCore/qdebug.h:52,
                 from /usr/include/qt5/QtCore/QtDebug:1,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbTristate.h:24,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbTristate:1,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbTableSchemaChangeListener.h:23,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbTableSchemaChangeListener.cpp:20:
/usr/include/qt5/QtCore/qset.h:265:14: note: declared here
  265 |     QList toList() const { return values(); }
      |              ^~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbTableSchemaChangeListener.cpp: In static member function ‘static QList KDbTableSchemaChangeListener::listeners(KDbConnection*, const KDbQuerySchema*)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbTableSchemaChangeListener.cpp:526:25: warning: ‘QList QSet::toList() const [with T = KDbTableSchemaChangeListener*]’ is deprecated: Use values() instead. [-Wdeprecated-declarations]
  526 |     return result.toList();
      |            ~~~~~~~~~~~~~^~
/usr/include/qt5/QtCore/qset.h:265:14: note: declared here
  265 |     QList toList() const { return values(); }
      |              ^~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbTableSchemaChangeListener.cpp: In static member function ‘static tristate KDbTableSchemaChangeListener::closeListeners(KDbConnection*, const KDbTableSchema*, const QList&)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbTableSchemaChangeListener.cpp:541:77: warning: ‘QSet QList::toSet() const [with T = KDbTableSchemaChangeListener*]’ is deprecated: Use QSet(list.begin(), list.end()) instead. [-Wdeprecated-declarations]
  541 |     QSet toClose(listeners(conn, table).toSet().subtract(except.toSet()));
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/usr/include/qt5/QtCore/qset.h:406:30: note: declared here
  406 | Q_OUTOFLINE_TEMPLATE QSet QList::toSet() const
      |                              ^~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbTableSchemaChangeListener.cpp:541:101: warning: ‘QSet QList::toSet() const [with T = KDbTableSchemaChangeListener*]’ is deprecated: Use QSet(list.begin(), list.end()) instead. [-Wdeprecated-declarations]
  541 |     QSet toClose(listeners(conn, table).toSet().subtract(except.toSet()));
      |                                                                                         ~~~~~~~~~~~~^~
/usr/include/qt5/QtCore/qset.h:406:30: note: declared here
  406 | Q_OUTOFLINE_TEMPLATE QSet QList::toSet() const
      |                              ^~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbTableSchemaChangeListener.cpp:545:28: warning: implicitly-declared ‘constexpr tristate::tristate(const tristate&)’ is deprecated [-Wdeprecated-copy]
  545 |         if (localResult != true) {
      |                            ^~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbTristate.h:203:11: note: because ‘tristate’ has user-provided ‘tristate& tristate::operator=(tristate)’
  203 | tristate& tristate::operator=(tristate tsValue)
      |           ^~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbTristate.h:238:33: note:   initializing argument 1 of ‘bool operator!=(tristate, bool)’
  238 | inline bool operator!=(tristate tsValue, bool boolValue)
      |                        ~~~~~~~~~^~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbTableSchemaChangeListener.cpp:546:22: warning: implicitly-declared ‘constexpr tristate::tristate(const tristate&)’ is deprecated [-Wdeprecated-copy]
  546 |             result = localResult;
      |                      ^~~~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbTristate.h:203:11: note: because ‘tristate’ has user-provided ‘tristate& tristate::operator=(tristate)’
  203 | tristate& tristate::operator=(tristate tsValue)
      |           ^~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbTristate.h:203:40: note:   initializing argument 1 of ‘tristate& tristate::operator=(tristate)’
  203 | tristate& tristate::operator=(tristate tsValue)
      |                               ~~~~~~~~~^~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbTableSchemaChangeListener.cpp:549:12: warning: implicitly-declared ‘constexpr tristate::tristate(const tristate&)’ is deprecated [-Wdeprecated-copy]
  549 |     return result;
      |            ^~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbTristate.h:203:11: note: because ‘tristate’ has user-provided ‘tristate& tristate::operator=(tristate)’
  203 | tristate& tristate::operator=(tristate tsValue)
      |           ^~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbTableSchemaChangeListener.cpp: In static member function ‘static tristate KDbTableSchemaChangeListener::closeListeners(KDbConnection*, const KDbQuerySchema*, const QList&)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbTableSchemaChangeListener.cpp:564:77: warning: ‘QSet QList::toSet() const [with T = KDbTableSchemaChangeListener*]’ is deprecated: Use QSet(list.begin(), list.end()) instead. [-Wdeprecated-declarations]
  564 |     QSet toClose(listeners(conn, query).toSet().subtract(except.toSet()));
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/usr/include/qt5/QtCore/qset.h:406:30: note: declared here
  406 | Q_OUTOFLINE_TEMPLATE QSet QList::toSet() const
      |                              ^~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbTableSchemaChangeListener.cpp:564:101: warning: ‘QSet QList::toSet() const [with T = KDbTableSchemaChangeListener*]’ is deprecated: Use QSet(list.begin(), list.end()) instead. [-Wdeprecated-declarations]
  564 |     QSet toClose(listeners(conn, query).toSet().subtract(except.toSet()));
      |                                                                                         ~~~~~~~~~~~~^~
/usr/include/qt5/QtCore/qset.h:406:30: note: declared here
  406 | Q_OUTOFLINE_TEMPLATE QSet QList::toSet() const
      |                              ^~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbTableSchemaChangeListener.cpp:568:28: warning: implicitly-declared ‘constexpr tristate::tristate(const tristate&)’ is deprecated [-Wdeprecated-copy]
  568 |         if (localResult != true) {
      |                            ^~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbTristate.h:203:11: note: because ‘tristate’ has user-provided ‘tristate& tristate::operator=(tristate)’
  203 | tristate& tristate::operator=(tristate tsValue)
      |           ^~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbTristate.h:238:33: note:   initializing argument 1 of ‘bool operator!=(tristate, bool)’
  238 | inline bool operator!=(tristate tsValue, bool boolValue)
      |                        ~~~~~~~~~^~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbTableSchemaChangeListener.cpp:569:22: warning: implicitly-declared ‘constexpr tristate::tristate(const tristate&)’ is deprecated [-Wdeprecated-copy]
  569 |             result = localResult;
      |                      ^~~~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbTristate.h:203:11: note: because ‘tristate’ has user-provided ‘tristate& tristate::operator=(tristate)’
  203 | tristate& tristate::operator=(tristate tsValue)
      |           ^~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbTristate.h:203:40: note:   initializing argument 1 of ‘tristate& tristate::operator=(tristate)’
  203 | tristate& tristate::operator=(tristate tsValue)
      |                               ~~~~~~~~~^~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbTableSchemaChangeListener.cpp:572:12: warning: implicitly-declared ‘constexpr tristate::tristate(const tristate&)’ is deprecated [-Wdeprecated-copy]
  572 |     return result;
      |            ^~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbTristate.h:203:11: note: because ‘tristate’ has user-provided ‘tristate& tristate::operator=(tristate)’
  203 | tristate& tristate::operator=(tristate tsValue)
      |           ^~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbQuerySchema.cpp: In member function ‘bool KDbQuerySchema::addToWhereExpression(KDbField*, const QVariant&, KDbToken, QString*, QString*)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbQuerySchema.cpp:1305:27: warning: implicitly-declared ‘constexpr KDbToken& KDbToken::operator=(const KDbToken&)’ is deprecated [-Wdeprecated-copy]
 1305 |         token = KDbToken::SQL_NULL;
      |                           ^~~~~~~~
In file included from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbQuerySchema.h:29,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbQuerySchema.cpp:20:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/parser/generated/KDbToken.h:44:5: note: because ‘KDbToken’ has user-provided ‘KDbToken::KDbToken(const KDbToken&)’
   44 |     KDbToken(const KDbToken &other) : v(other.v) {}
      |     ^~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbQuerySchema.cpp:1309:31: warning: implicitly-declared ‘constexpr KDbToken& KDbToken::operator=(const KDbToken&)’ is deprecated [-Wdeprecated-copy]
 1309 |             token = KDbToken::INTEGER_CONST;
      |                               ^~~~~~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/parser/generated/KDbToken.h:44:5: note: because ‘KDbToken’ has user-provided ‘KDbToken::KDbToken(const KDbToken&)’
   44 |     KDbToken(const KDbToken &other) : v(other.v) {}
      |     ^~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbQuerySchema.cpp:1311:31: warning: implicitly-declared ‘constexpr KDbToken& KDbToken::operator=(const KDbToken&)’ is deprecated [-Wdeprecated-copy]
 1311 |             token = KDbToken::REAL_CONST;
      |                               ^~~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/parser/generated/KDbToken.h:44:5: note: because ‘KDbToken’ has user-provided ‘KDbToken::KDbToken(const KDbToken&)’
   44 |     KDbToken(const KDbToken &other) : v(other.v) {}
      |     ^~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbQuerySchema.cpp:1313:31: warning: implicitly-declared ‘constexpr KDbToken& KDbToken::operator=(const KDbToken&)’ is deprecated [-Wdeprecated-copy]
 1313 |             token = KDbToken::CHARACTER_STRING_LITERAL;
      |                               ^~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/parser/generated/KDbToken.h:44:5: note: because ‘KDbToken’ has user-provided ‘KDbToken::KDbToken(const KDbToken&)’
   44 |     KDbToken(const KDbToken &other) : v(other.v) {}
      |     ^~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbQuerySchema.cpp:1329:9: warning: implicitly-declared ‘KDbBinaryExpression& KDbBinaryExpression::operator=(const KDbBinaryExpression&)’ is deprecated [-Wdeprecated-copy]
 1329 |         );
      |         ^
In file included from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbQuerySchema_p.h:24,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbQuerySchema.cpp:21:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/expression/KDbExpression.h:353:5: note: because ‘KDbBinaryExpression’ has user-provided ‘KDbBinaryExpression::KDbBinaryExpression(const KDbBinaryExpression&)’
  353 |     KDbBinaryExpression(const KDbBinaryExpression& expr);
      |     ^~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbQuerySchema_p.cpp:20:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbQuerySchema_p.h: In member function ‘KDbQuerySchemaPrivate& KDbQuerySchemaPrivate::operator=(const KDbQuerySchemaPrivate&)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbQuerySchema_p.h:61:7: warning: implicitly-declared ‘KDbUtils::AutodeletedList& KDbUtils::AutodeletedList::operator=(const KDbUtils::AutodeletedList&)’ is deprecated [-Wdeprecated-copy]
   61 | class KDbQuerySchemaPrivate
      |       ^~~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbField.h:31,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDb.h:23,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbDriver.h:25,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbQuerySchema_p.h:23:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbUtils.h:250:5: note: because ‘KDbUtils::AutodeletedList’ has user-provided ‘KDbUtils::AutodeletedList::AutodeletedList(const KDbUtils::AutodeletedList&) [with T = KDbField*]’
  250 |     AutodeletedList(const AutodeletedList& other)
      |     ^~~~~~~~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbQuerySchema_p.h:61:7: warning: implicitly-declared ‘KDbUtils::AutodeletedList& KDbUtils::AutodeletedList::operator=(const KDbUtils::AutodeletedList&)’ is deprecated [-Wdeprecated-copy]
   61 | class KDbQuerySchemaPrivate
      |       ^~~~~~~~~~~~~~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbUtils.h:250:5: note: because ‘KDbUtils::AutodeletedList’ has user-provided ‘KDbUtils::AutodeletedList::AutodeletedList(const KDbUtils::AutodeletedList&) [with T = KDbField*]’
  250 |     AutodeletedList(const AutodeletedList& other)
      |     ^~~~~~~~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbQuerySchema_p.cpp: In constructor ‘KDbQuerySchemaPrivate::KDbQuerySchemaPrivate(KDbQuerySchema*, KDbQuerySchemaPrivate*)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbQuerySchema_p.cpp:43:18: note: synthesized method ‘KDbQuerySchemaPrivate& KDbQuerySchemaPrivate::operator=(const KDbQuerySchemaPrivate&)’ first required here
   43 |         *this = *copy;
      |                  ^~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbOrderByColumn.cpp: In member function ‘KDbOrderByColumn& KDbOrderByColumn::operator=(const KDbOrderByColumn&)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbOrderByColumn.cpp:167:21: warning: implicitly-declared ‘constexpr KDbOrderByColumn::Private& KDbOrderByColumn::Private::operator=(const KDbOrderByColumn::Private&)’ is deprecated [-Wdeprecated-copy]
  167 |         *d = *other.d;
      |                     ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbOrderByColumn.cpp:36:5: note: because ‘KDbOrderByColumn::Private’ has user-provided ‘KDbOrderByColumn::Private::Private(const KDbOrderByColumn::Private&)’
   36 |     Private(const Private &other) {
      |     ^~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbOrderByColumn.cpp: In member function ‘KDbEscapedString KDbOrderByColumn::toSqlString(bool, KDbConnection*, KDbQuerySchema*, KDb::IdentifierEscapingType) const’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbOrderByColumn.cpp:236:37: warning: ‘QTextStream& QTextStreamFunctions::endl(QTextStream&)’ is deprecated: Use Qt::endl [-Wdeprecated-declarations]
  236 |                                  << endl << "cannot find alias";
      |                                     ^~~~
In file included from /usr/include/qt5/QtCore/qdebug.h:49,
                 from /usr/include/qt5/QtCore/QDebug:1,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbUtils.h:35,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbField.h:31,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbFieldList.h:27,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbQuerySchema.h:26,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbOrderByColumn.cpp:21:
/usr/include/qt5/QtCore/qtextstream.h:293:75: note: declared here
  293 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X(5, 15, "Use Qt::endl") QTextStream &endl(QTextStream &s);
      |                                                                           ^~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbDriver.cpp: In member function ‘virtual bool KDbDriver::isValid()’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbDriver.cpp:90:96: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
   90 |                           + not_init.arg(QLatin1String("KDbDriverBehavior::ROW_ID_FIELD_NAME")));
      |                                                                                                ^
In file included from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbDriver.h:26,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbDriver.cpp:20:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbDriver.cpp: In member function ‘QList KDbDriver::internalPropertyNames() const’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbDriver.cpp:292:10: warning: ‘void qSort(Container&) [with Container = QList]’ is deprecated: Use std::sort [-Wdeprecated-declarations]
  292 |     qSort(names);
      |     ~~~~~^~~~~~~
In file included from /usr/include/qt5/QtCore/qlist.h:43,
                 from /usr/include/qt5/QtCore/qhash.h:46,
                 from /usr/include/qt5/QtCore/qshareddata.h:46,
                 from /usr/include/qt5/QtCore/qdatetime.h:46,
                 from /usr/include/qt5/QtCore/QDateTime:1,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbDriver.h:23:
/usr/include/qt5/QtCore/qalgorithms.h:188:46: note: declared here
  188 | QT_DEPRECATED_X("Use std::sort") inline void qSort(Container &c)
      |                                              ^~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbDriverManager.cpp: In constructor ‘DriverManagerInternal::DriverManagerInternal()’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbDriverManager.cpp:42:11: warning: ‘void qsrand(uint)’ is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations]
   42 |     qsrand(QTime::currentTime().msec()); // needed e.g. to create random table names
      |     ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/qt5/QtCore/qchar.h:43,
                 from /usr/include/qt5/QtCore/qstring.h:49,
                 from /usr/include/qt5/QtCore/QString:1,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbDriverManager.h:26,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbDriverManager.cpp:23:
/usr/include/qt5/QtCore/qglobal.h:1281:81: note: declared here
 1281 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") void qsrand(uint seed);
      |                                                                                 ^~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbDriverManager.cpp: In member function ‘bool DriverManagerInternal::lookupDrivers()’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbDriverManager.cpp:87:72: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
   87 |                              tr("Could not find any database drivers."));
      |                                                                        ^
In file included from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbDriverManager_p.h:25,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbDriverManager.cpp:24:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbDriverManager.cpp: In member function ‘void DriverManagerInternal::lookupDriversInternal()’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbDriverManager.cpp:140:47: warning: ‘QMap::iterator QMap::insertMulti(const Key&, const T&) [with Key = QString; T = KDbDriverMetaData*]’ is deprecated: Use QMultiMap for maps storing multiple values with the same key. [-Wdeprecated-declarations]
  140 |             m_metadata_by_mimetype.insertMulti(mimeType, metaData.data());
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/qt5/QtCore/QMap:1,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbDriverManager_p.h:23:
/usr/include/qt5/QtCore/qmap.h:1366:33: note: declared here
 1366 | typename QMap::iterator QMap::insertMulti(const Key &key, const T &value)
      |                                 ^~~~~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbDriverManager.cpp: In member function ‘const KDbDriverMetaData* DriverManagerInternal::driverMetaData(const QString&)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbDriverManager.cpp:168:82: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
  168 |                              tr("Could not find database driver \"%1\".").arg(id));
      |                                                                                  ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbDriverManager.cpp: In member function ‘QStringList DriverManagerInternal::driverIdsForMimeType(const QString&)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbDriverManager.cpp:183:76: warning: ‘QList QMap::values(const Key&) const [with Key = QString; T = KDbDriverMetaData*]’ is deprecated: Use QMultiMap for maps storing multiple values with the same key. [-Wdeprecated-declarations]
  183 |     const QList metaDatas(m_metadata_by_mimetype.values(mime.name()));
      |                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
/usr/include/qt5/QtCore/qmap.h:1360:10: note: declared here
 1360 | QList QMap::values(const Key &key) const
      |          ^~~~~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbDriverManager.cpp: In member function ‘KDbDriver* DriverManagerInternal::driver(const QString&)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbDriverManager.cpp:213:82: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
  213 |                              tr("Could not find database driver \"%1\".").arg(id));
      |                                                                                  ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbDriverManager.cpp:218:82: warning: ‘QObject* KPluginMetaData::instantiate() const’ is deprecated: Since 5.86. See API docs [-Wdeprecated-declarations]
  218 |     KPluginFactory *factory = qobject_cast(metaData->instantiate());
      |                                                             ~~~~~~~~~~~~~~~~~~~~~^~
In file included from /usr/include/KF5/KCoreAddons/KPluginMetaData:1,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbDriverMetaData.h:23,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbDriverManager.cpp:27:
/usr/include/KF5/KCoreAddons/kpluginmetadata.h:339:14: note: declared here
  339 |     QObject *instantiate() const;
      |              ^~~~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbDriverManager.cpp:222:59: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
  222 |                                 .arg(metaData->fileName()));
      |                                                           ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbDriverManager.cpp:234:59: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
  234 |                                      metaData->fileName()));
      |                                                           ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp: In member function ‘void KDbConnectionPrivate::errorInvalidDBContents(const QString&)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:207:95: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
  207 |                                KDbConnection::tr("Invalid database contents. %1").arg(details));
      |                                                                                               ^
In file included from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbCursor.h:26,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.h:23,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:20:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp: In member function ‘void KDbConnectionPrivate::setupKDbSystemSchema()’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:224:110: warning: ‘constexpr QFlags::QFlags(Zero) [with Enum = KDbField::Constraint; Zero = int QFlags::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  224 |         t_objects->addField(new KDbField(QLatin1String("o_type"), KDbField::Byte, nullptr, KDbField::Unsigned));
      |                                                                                                              ^
In file included from /usr/include/qt5/QtCore/qglobal.h:1307,
                 from /usr/include/qt5/QtCore/qchar.h:43,
                 from /usr/include/qt5/QtCore/qstring.h:49,
                 from /usr/include/qt5/QtCore/QString:1,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbCursor.h:23:
/usr/include/qt5/QtCore/qflags.h:123:80: note: declared here
  123 |     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
      |                                                                                ^~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:241:110: warning: ‘constexpr QFlags::QFlags(Zero) [with Enum = KDbField::Constraint; Zero = int QFlags::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  241 |         t_fields->addField(new KDbField(QLatin1String("t_id"), KDbField::Integer, nullptr, KDbField::Unsigned));
      |                                                                                                              ^
/usr/include/qt5/QtCore/qflags.h:123:80: note: declared here
  123 |     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
      |                                                                                ^~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:242:109: warning: ‘constexpr QFlags::QFlags(Zero) [with Enum = KDbField::Constraint; Zero = int QFlags::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  242 |         t_fields->addField(new KDbField(QLatin1String("f_type"), KDbField::Byte, nullptr, KDbField::Unsigned));
      |                                                                                                             ^
/usr/include/qt5/QtCore/qflags.h:123:80: note: declared here
  123 |     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
      |                                                                                ^~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp: In member function ‘KDbTableSchema* KDbConnectionPrivate::setupTableSchema(KDbTableSchema*)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:360:74: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
  360 |             conn->m_result = KDbResult(tr("Table has no fields defined."));
      |                                                                          ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp: In member function ‘KDbQuerySchema* KDbConnectionPrivate::setupQuerySchema(KDbQuerySchema*)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:409:36: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
  409 |                 .arg(query->name()));
      |                                    ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:419:58: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
  419 |                                      .arg(queryName, sql));
      |                                                          ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp: In member function ‘bool KDbConnection::connect()’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:499:67: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
  499 |                              tr("Connection already established."));
      |                                                                   ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp: In member function ‘bool KDbConnection::checkConnected()’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:558:69: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
  558 |                          tr("Not connected to the database server."));
      |                                                                     ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp: In member function ‘bool KDbConnection::checkIsDatabaseUsed()’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:569:62: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
  569 |                          tr("Currently no database is used."));
      |                                                              ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp: In member function ‘virtual bool KDbConnection::drv_databaseExists(const QString&, bool)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:623:87: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
  623 |                                  tr("The database \"%1\" does not exist.").arg(dbName));
      |                                                                                       ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp: In member function ‘bool KDbConnection::databaseExists(const QString&, bool)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:644:123: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
  644 |                                         .arg(QDir::fromNativeSeparators(QFileInfo(d->connData.databaseName()).fileName())));
      |                                                                                                                           ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:651:123: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
  651 |                                         .arg(QDir::fromNativeSeparators(QFileInfo(d->connData.databaseName()).fileName())));
      |                                                                                                                           ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:658:123: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
  658 |                                         .arg(QDir::fromNativeSeparators(QFileInfo(d->connData.databaseName()).fileName())));
      |                                                                                                                           ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp: In member function ‘bool KDbConnection::createDatabase(const QString&)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:702:79: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
  702 |                              tr("Database \"%1\" already exists.").arg(dbName));
      |                                                                               ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:707:124: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
  707 |                              tr("Could not create database \"%1\". This name is reserved for system database.").arg(dbName));
      |                                                                                                                            ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:743:109: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
  743 |             m_result = KDbResult(tr("Database \"%1\" has been created but could not be opened.").arg(dbName));
      |                                                                                                             ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:687:84: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
  687 |                                  "could not be closed after creation.").arg(dbName)); \
      |                                                                                    ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:692:7: note: in expansion of macro ‘createDatabase_CLOSE’
  692 |     { createDatabase_CLOSE; return false; }
      |       ^~~~~~~~~~~~~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:765:13: note: in expansion of macro ‘createDatabase_ERROR’
  765 |             createDatabase_ERROR;
      |             ^~~~~~~~~~~~~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:687:84: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
  687 |                                  "could not be closed after creation.").arg(dbName)); \
      |                                                                                    ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:692:7: note: in expansion of macro ‘createDatabase_CLOSE’
  692 |     { createDatabase_CLOSE; return false; }
      |       ^~~~~~~~~~~~~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:772:9: note: in expansion of macro ‘createDatabase_ERROR’
  772 |         createDatabase_ERROR;
      |         ^~~~~~~~~~~~~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:687:84: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
  687 |                                  "could not be closed after creation.").arg(dbName)); \
      |                                                                                    ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:692:7: note: in expansion of macro ‘createDatabase_CLOSE’
  692 |     { createDatabase_CLOSE; return false; }
      |       ^~~~~~~~~~~~~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:775:9: note: in expansion of macro ‘createDatabase_ERROR’
  775 |         createDatabase_ERROR;
      |         ^~~~~~~~~~~~~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:687:84: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
  687 |                                  "could not be closed after creation.").arg(dbName)); \
      |                                                                                    ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:692:7: note: in expansion of macro ‘createDatabase_CLOSE’
  692 |     { createDatabase_CLOSE; return false; }
      |       ^~~~~~~~~~~~~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:778:9: note: in expansion of macro ‘createDatabase_ERROR’
  778 |         createDatabase_ERROR;
      |         ^~~~~~~~~~~~~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:687:84: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
  687 |                                  "could not be closed after creation.").arg(dbName)); \
      |                                                                                    ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:780:5: note: in expansion of macro ‘createDatabase_CLOSE’
  780 |     createDatabase_CLOSE;
      |     ^~~~~~~~~~~~~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp: In member function ‘bool KDbConnection::useDatabase(const QString&, bool, bool*, KDbMessageHandler*)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:837:47: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
  837 |             m_result = d->dbProperties.result();
      |                                               ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:842:47: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
  842 |             m_result = d->dbProperties.result();
      |                                               ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp: In member function ‘bool KDbConnection::useTemporaryDatabaseIfNeeded(QString*)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:904:93: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
  904 |                                  tr("Could not find any database for temporary connection."));
      |                                                                                             ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:913:121: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
  913 |                                  tr("Error during starting temporary connection using \"%1\" database name.").arg(*name));
      |                                                                                                                         ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp: In member function ‘bool KDbConnection::dropDatabase(const QString&)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:931:89: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
  931 |                                  tr("Could not delete database. Name is not specified."));
      |                                                                                         ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:949:85: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
  949 |                              tr("Could not delete database. Name is not specified."));
      |                                                                                     ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:955:90: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
  955 |                              tr("Could not delete system database \"%1\".").arg(dbToDrop));
      |                                                                                          ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp: In function ‘bool checkSql(const KDbEscapedString&, KDbResult*)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:1273:98: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 1273 |                             KDbConnection::tr("SQL statement for execution is invalid or empty."));
      |                                                                                                  ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp: In member function ‘bool KDbConnection::createTable(KDbTableSchema*, CreateTableOptions)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:1406:74: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 1406 |                              tr("Could not create table without fields."));
      |                                                                          ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:1417:62: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 1417 |                                     .arg(tableSchema->name()));
      |                                                              ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:1426:71: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 1426 |                                     .arg(sys_field->name(), tableName));
      |                                                                       ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:1441:114: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 1441 |                                      tr("Could not create the same table \"%1\" twice.").arg(tableSchema->name()));
      |                                                                                                                  ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:1455:93: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 1455 |                                  tr("Table \"%1\" already exists.").arg(tableSchema->name()));
      |                                                                                             ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp: In member function ‘KDbTableSchema* KDbConnection::copyTable(const KDbTableSchema&, const KDbObject&)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:1524:88: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 1524 |                              tr("Table \"%1\" does not exist.").arg(tableSchema.name()));
      |                                                                                        ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp: In member function ‘KDbTableSchema* KDbConnection::copyTable(const QString&, const KDbObject&)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:1553:79: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 1553 |                              tr("Table \"%1\" does not exist.").arg(tableName));
      |                                                                               ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp: In member function ‘bool KDbConnection::removeObject(int)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:1579:67: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 1579 |                              tr("Could not delete object's data."));
      |                                                                   ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp: In member function ‘tristate KDbConnection::dropTableInternal(KDbTableSchema*, bool)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:1609:57: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 1609 |                                     tableSchema->name()));
      |                                                         ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:1614:17: warning: implicitly-declared ‘constexpr tristate::tristate(const tristate&)’ is deprecated [-Wdeprecated-copy]
 1614 |     if (true != res)
      |                 ^~~
In file included from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.h:28:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbTristate.h:203:11: note: because ‘tristate’ has user-provided ‘tristate& tristate::operator=(tristate)’
  203 | tristate& tristate::operator=(tristate tsValue)
      |           ^~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbTristate.h:228:49: note:   initializing argument 2 of ‘bool operator!=(bool, tristate)’
  228 | inline bool operator!=(bool boolValue, tristate tsValue)
      |                                        ~~~~~~~~~^~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:1615:16: warning: implicitly-declared ‘constexpr tristate::tristate(const tristate&)’ is deprecated [-Wdeprecated-copy]
 1615 |         return res;
      |                ^~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbTristate.h:203:11: note: because ‘tristate’ has user-provided ‘tristate& tristate::operator=(tristate)’
  203 | tristate& tristate::operator=(tristate tsValue)
      |           ^~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:1622:64: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 1622 |                                      d->strItIsASystemObject()));
      |                                                                ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:1635:19: warning: implicitly-declared ‘constexpr tristate::tristate(const tristate&)’ is deprecated [-Wdeprecated-copy]
 1635 |     if (result == true) {
      |                   ^~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbTristate.h:203:11: note: because ‘tristate’ has user-provided ‘tristate& tristate::operator=(tristate)’
  203 | tristate& tristate::operator=(tristate tsValue)
      |           ^~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbTristate.h:251:33: note:   initializing argument 1 of ‘bool operator==(tristate, bool)’
  251 | inline bool operator==(tristate tsValue, bool boolValue)
      |                        ~~~~~~~~~^~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp: In member function ‘tristate KDbConnection::dropTable(const QString&)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:1665:79: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 1665 |                              tr("Table \"%1\" does not exist.").arg(tableName));
      |                                                                               ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp: In member function ‘tristate KDbConnection::alterTable(KDbTableSchema*, KDbTableSchema*)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:1675:17: warning: implicitly-declared ‘constexpr tristate::tristate(const tristate&)’ is deprecated [-Wdeprecated-copy]
 1675 |     if (true != res)
      |                 ^~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbTristate.h:203:11: note: because ‘tristate’ has user-provided ‘tristate& tristate::operator=(tristate)’
  203 | tristate& tristate::operator=(tristate tsValue)
      |           ^~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbTristate.h:228:49: note:   initializing argument 2 of ‘bool operator!=(bool, tristate)’
  228 | inline bool operator!=(bool boolValue, tristate tsValue)
      |                                        ~~~~~~~~~^~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:1676:16: warning: implicitly-declared ‘constexpr tristate::tristate(const tristate&)’ is deprecated [-Wdeprecated-copy]
 1676 |         return res;
      |                ^~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbTristate.h:203:11: note: because ‘tristate’ has user-provided ‘tristate& tristate::operator=(tristate)’
  203 | tristate& tristate::operator=(tristate tsValue)
      |           ^~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:1681:58: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 1681 |                                 .arg(tableSchema->name()));
      |                                                          ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp: In member function ‘bool KDbConnection::alterTableName(KDbTableSchema*, const QString&, AlterTableNameOptions)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:1706:82: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 1706 |                              tr("Unknown table \"%1\".").arg(tableSchema->name()));
      |                                                                                  ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:1711:75: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 1711 |                              tr("Invalid table name \"%1\".").arg(newName));
      |                                                                           ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:1719:51: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 1719 |                                 .arg(newTableName));
      |                                                   ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:1730:76: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 1730 |                                 .arg(tableSchema->name(), newName, newName));
      |                                                                            ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp: In member function ‘bool KDbConnection::dropQuery(const QString&)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:1839:79: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 1839 |                              tr("Query \"%1\" does not exist.").arg(queryName));
      |                                                                               ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp: In member function ‘KDbTransaction KDbConnection::beginTransaction()’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:1968:68: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 1968 |                                  tr("Transaction already started."));
      |                                                                    ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:1951:80: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 1951 |                                  KDbConnection::tr("Begin transaction failed.")); }
      |                                                                                ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:1972:13: note: in expansion of macro ‘SET_BEGIN_TR_ERROR’
 1972 |             SET_BEGIN_TR_ERROR;
      |             ^~~~~~~~~~~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:1951:80: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 1951 |                                  KDbConnection::tr("Begin transaction failed.")); }
      |                                                                                ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:1981:13: note: in expansion of macro ‘SET_BEGIN_TR_ERROR’
 1981 |             SET_BEGIN_TR_ERROR;
      |             ^~~~~~~~~~~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:1946:135: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 1946 |                            KDbConnection::tr("Transactions are not supported for \"%1\" driver.").arg( d->driver->metaData()->name() )); }
      |                                                                                                                                       ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:1988:5: note: in expansion of macro ‘SET_ERR_TRANS_NOT_SUPP’
 1988 |     SET_ERR_TRANS_NOT_SUPP;
      |     ^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp: In member function ‘bool KDbConnection::commitTransaction(KDbTransaction, KDbTransaction::CommitOptions)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:1946:135: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 1946 |                            KDbConnection::tr("Transactions are not supported for \"%1\" driver.").arg( d->driver->metaData()->name() )); }
      |                                                                                                                                       ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:1999:9: note: in expansion of macro ‘SET_ERR_TRANS_NOT_SUPP’
 1999 |         SET_ERR_TRANS_NOT_SUPP;
      |         ^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:2010:64: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 2010 |                                  tr("Transaction not started."));
      |                                                                ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:2025:64: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 2025 |                              tr("Error on commit transaction."));
      |                                                                ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp: In member function ‘bool KDbConnection::rollbackTransaction(KDbTransaction, KDbTransaction::CommitOptions)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:1946:135: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 1946 |                            KDbConnection::tr("Transactions are not supported for \"%1\" driver.").arg( d->driver->metaData()->name() )); }
      |                                                                                                                                       ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:2036:9: note: in expansion of macro ‘SET_ERR_TRANS_NOT_SUPP’
 2036 |         SET_ERR_TRANS_NOT_SUPP;
      |         ^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:2047:64: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 2047 |                                  tr("Transaction not started."));
      |                                                                ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:2062:66: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 2062 |                              tr("Error on rollback transaction."));
      |                                                                  ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp: In member function ‘KDbCursor* KDbConnection::executeQuery(const KDbEscapedString&, KDbCursor::Options)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:2140:30: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 2140 |         m_result = c->result();
      |                              ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp: In member function ‘KDbCursor* KDbConnection::executeQuery(KDbQuerySchema*, const QList&, KDbCursor::Options)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:2154:30: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 2154 |         m_result = c->result();
      |                              ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp: In member function ‘bool KDbConnection::setupObjectData(const KDbRecordData&, KDbObject*)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:2213:73: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 2213 |                              tr("Invalid object name \"%1\".").arg(name));
      |                                                                         ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp: In member function ‘tristate KDbConnection::querySingleRecordInternal(KDbRecordData*, const KDbEscapedString*, KDbQuerySchema*, const QList*, QueryRecordOptions)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:2373:35: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 2373 |         m_result = cursor->result();
      |                                   ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:2375:16: warning: implicitly-declared ‘constexpr tristate::tristate(const tristate&)’ is deprecated [-Wdeprecated-copy]
 2375 |         return result;
      |                ^~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbTristate.h:203:11: note: because ‘tristate’ has user-provided ‘tristate& tristate::operator=(tristate)’
  203 | tristate& tristate::operator=(tristate tsValue)
      |           ^~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp: In member function ‘bool KDbConnection::checkIfColumnExists(KDbCursor*, int)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:2402:90: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 2402 |                              tr("Column \"%1\" does not exist in the query.").arg(column));
      |                                                                                          ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp: In member function ‘tristate KDbConnection::querySingleStringInternal(const KDbEscapedString*, QString*, KDbQuerySchema*, const QList*, int, QueryRecordOptions)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:2427:16: warning: implicitly-declared ‘constexpr tristate::tristate(const tristate&)’ is deprecated [-Wdeprecated-copy]
 2427 |         return result;
      |                ^~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbTristate.h:203:11: note: because ‘tristate’ has user-provided ‘tristate& tristate::operator=(tristate)’
  203 | tristate& tristate::operator=(tristate tsValue)
      |           ^~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp: In member function ‘tristate KDbConnection::querySingleNumberInternal(const KDbEscapedString*, int*, KDbQuerySchema*, const QList*, int, QueryRecordOptions)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:2465:19: warning: implicitly-declared ‘constexpr tristate::tristate(const tristate&)’ is deprecated [-Wdeprecated-copy]
 2465 |     if (result != true)
      |                   ^~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbTristate.h:203:11: note: because ‘tristate’ has user-provided ‘tristate& tristate::operator=(tristate)’
  203 | tristate& tristate::operator=(tristate tsValue)
      |           ^~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbTristate.h:238:33: note:   initializing argument 1 of ‘bool operator!=(tristate, bool)’
  238 | inline bool operator!=(tristate tsValue, bool boolValue)
      |                        ~~~~~~~~~^~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:2466:16: warning: implicitly-declared ‘constexpr tristate::tristate(const tristate&)’ is deprecated [-Wdeprecated-copy]
 2466 |         return result;
      |                ^~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbTristate.h:203:11: note: because ‘tristate’ has user-provided ‘tristate& tristate::operator=(tristate)’
  203 | tristate& tristate::operator=(tristate tsValue)
      |           ^~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp: In member function ‘bool KDbConnection::queryStringListInternal(const KDbEscapedString*, QStringList*, KDbQuerySchema*, const QList*, int, bool (*)(const QString&))’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:2510:35: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 2510 |         m_result = cursor->result();
      |                                   ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:2528:39: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 2528 |             m_result = cursor->result();
      |                                       ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp: In member function ‘tristate KDbConnection::resultExists(const KDbEscapedString&, QueryRecordOptions)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:2580:35: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 2580 |         m_result = cursor->result();
      |                                   ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp: In member function ‘tristate KDbConnection::isEmpty(KDbTableSchema*)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:2598:22: warning: implicitly-declared ‘constexpr tristate::tristate(const tristate&)’ is deprecated [-Wdeprecated-copy]
 2598 |     return result == false;
      |                      ^~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbTristate.h:203:11: note: because ‘tristate’ has user-provided ‘tristate& tristate::operator=(tristate)’
  203 | tristate& tristate::operator=(tristate tsValue)
      |           ^~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbTristate.h:251:33: note:   initializing argument 1 of ‘bool operator==(tristate, bool)’
  251 | inline bool operator==(tristate tsValue, bool boolValue)
      |                        ~~~~~~~~~^~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp: In member function ‘bool KDbConnection::loadExtendedTableSchemaData(KDbTableSchema*)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:2755:76: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 2755 |                               "Extended schema for a table: loading error")); \
      |                                                                            ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:2773:9: note: in expansion of macro ‘loadExtendedTableSchemaData_ERR’
 2773 |         loadExtendedTableSchemaData_ERR;
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:2758:35: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 2758 |     { m_result = KDbResult(details); \
      |                                   ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:2783:9: note: in expansion of macro ‘loadExtendedTableSchemaData_ERR2’
 2783 |         loadExtendedTableSchemaData_ERR2(
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:2763:75: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 2763 |     { m_result = KDbResult(tr("Invalid XML data: %1").arg(data.left(1024))); \
      |                                                                           ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:2791:9: note: in expansion of macro ‘loadExtendedTableSchemaData_ERR3’
 2791 |         loadExtendedTableSchemaData_ERR3(extendedTableSchemaString);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:2763:75: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 2763 |     { m_result = KDbResult(tr("Invalid XML data: %1").arg(data.left(1024))); \
      |                                                                           ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:2795:9: note: in expansion of macro ‘loadExtendedTableSchemaData_ERR3’
 2795 |         loadExtendedTableSchemaData_ERR3(extendedTableSchemaString);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp: In member function ‘bool KDbConnection::storeDataBlock(int, const QString&, const QString&)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:2960:19: warning: implicitly-declared ‘constexpr tristate::tristate(const tristate&)’ is deprecated [-Wdeprecated-copy]
 2960 |     if (result == true) {
      |                   ^~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbTristate.h:203:11: note: because ‘tristate’ has user-provided ‘tristate& tristate::operator=(tristate)’
  203 | tristate& tristate::operator=(tristate tsValue)
      |           ^~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbTristate.h:251:33: note:   initializing argument 1 of ‘bool operator==(tristate, bool)’
  251 | inline bool operator==(tristate tsValue, bool boolValue)
      |                        ~~~~~~~~~^~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp: In member function ‘bool KDbConnection::updateRecord(KDbQuerySchema*, KDbRecordData*, KDbRecordEditBuffer*, bool)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:3113:101: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 3113 |                              tr("Could not update record because there is no master table defined."));
      |                                                                                                     ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:3120:91: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 3120 |             tr("Could not update record because master table has no primary key defined."));
      |                                                                                           ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:3152:127: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 3152 |                                  tr("Could not update record because it does not contain entire primary key of master table."));
      |                                                                                                                               ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:3163:106: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 3163 |                                          tr("Primary key's field \"%1\" cannot be empty.").arg(f->name()));
      |                                                                                                          ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:3191:73: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 3191 |                              tr("Record updating on the server failed."));
      |                                                                         ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp: In member function ‘bool KDbConnection::insertRecord(KDbQuerySchema*, KDbRecordData*, KDbRecordEditBuffer*, bool)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:3213:103: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 3213 |                              tr("Could not insert record because there is no master table specified."));
      |                                                                                                       ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:3255:114: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 3255 |                                  tr("Could not insert record because master table has no primary key specified."));
      |                                                                                                                  ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:3265:78: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 3265 |                                         "entire master table's primary key."));
      |                                                                              ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:3307:74: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 3307 |                              tr("Record inserting on the server failed."));
      |                                                                          ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp: In member function ‘bool KDbConnection::deleteRecord(KDbQuerySchema*, KDbRecordData*, bool)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:3371:103: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 3371 |                              tr("Could not delete record because there is no master table specified."));
      |                                                                                                       ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:3380:119: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 3380 |                              tr("Could not delete record because there is no primary key for master table specified."));
      |                                                                                                                       ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:3397:126: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 3397 |                                  tr("Could not delete record because it does not contain entire master table's primary key."));
      |                                                                                                                              ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:3407:102: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 3407 |                                      tr("Primary key's field \"%1\" cannot be empty.").arg(f->name()));
      |                                                                                                      ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:3424:73: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 3424 |                              tr("Record deletion on the server failed."));
      |                                                                         ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp: In member function ‘bool KDbConnection::deleteAllRecords(KDbQuerySchema*)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:3447:73: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 3447 |                              tr("Record deletion on the server failed."));
      |                                                                         ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
In file included from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbField.h:31,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDb.h:23,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbDriver.h:25,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.h:24:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbUtils.h: In instantiation of ‘int KDbUtils::AutodeletedHash::remove(const Key&) [with Key = const KDbQuerySchema*; T = KDbQuerySchemaFieldsExpanded*]’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.cpp:439:33:   required from here
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbUtils.h:226:56: warning: ‘QList QHash::values(const Key&) const [with Key = const KDbQuerySchema*; T = KDbQuerySchemaFieldsExpanded*]’ is deprecated: Use QMultiHash for hashes storing multiple values with the same key. [-Wdeprecated-declarations]
  226 |             const QList values(QHash::values(key));
      |                                   ~~~~~~~~~~~~~~~~~~~~~^~~~~
In file included from /usr/include/qt5/QtCore/qvariant.h:48,
                 from /usr/include/qt5/QtCore/QVariant:1,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbCursor.h:24:
/usr/include/qt5/QtCore/qhash.h:1235:31: note: declared here
 1235 | Q_OUTOFLINE_TEMPLATE QList QHash::values(const Key &akey) const
      |                               ^~~~~~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbCursor.cpp: In member function ‘bool KDbCursor::open()’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbCursor.cpp:215:77: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
  215 |                                  tr("No query statement or schema defined."));
      |                                                                             ^
In file included from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbCursor.h:26,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbCursor.cpp:20:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbCursor.cpp:227:75: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
  227 |                                  tr("Could not generate query statement."));
      |                                                                           ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbCursor.cpp: In member function ‘bool KDbCursor::getNextRecord()’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbCursor.cpp:454:80: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
  454 |                                              tr("Could not fetch next record."));
      |                                                                                ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbCursor.cpp:478:72: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
  478 |                                      tr("Could not fetch next record."));
      |                                                                        ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
In file included from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDb.cpp:32:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbMessageHandler.h:225:50: warning: ‘constexpr QFlags::QFlags(Zero) [with Enum = KDbMessageHandler::Option; Zero = int QFlags::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  225 |             KDbMessageHandler::Options options = nullptr,
      |                                                  ^~~~~~~
In file included from /usr/include/qt5/QtCore/qglobal.h:1307,
                 from /usr/include/qt5/QtCore/qpair.h:43,
                 from /usr/include/qt5/QtCore/QPair:1,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbField.h:25,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDb.h:23,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDb.cpp:23:
/usr/include/qt5/QtCore/qflags.h:123:80: note: declared here
  123 |     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
      |                                                                                ^~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDb.cpp: In function ‘void KDb::getProperties(const KDbLookupFieldSchema*, QMap*)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDb.cpp:776:29: warning: loop variable ‘variant’ of type ‘const QVariant&’ binds to a temporary constructed from type ‘const int’ [-Wrange-loop-construct]
  776 |         for(const QVariant& variant : columnWidths) {
      |                             ^~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDb.cpp:776:29: note: use non-reference type ‘const QVariant’ to make the copy explicit or ‘const int&’ to prevent copying
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDb.cpp: In function ‘QString KDb::temporaryTableName(KDbConnection*, const QString&)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDb.cpp:2071:53: warning: ‘int qrand()’ is deprecated: use QRandomGenerator instead [-Wdeprecated-declarations]
 2071 |             name += QString::number(int(double(qrand()) / RAND_MAX * 0x10), 16);
      |                                                ~~~~~^~
/usr/include/qt5/QtCore/qglobal.h:1282:80: note: declared here
 1282 | Q_CORE_EXPORT QT_DEPRECATED_VERSION_X_5_15("use QRandomGenerator instead") int qrand();
      |                                                                                ^~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDb.cpp:2076:27: warning: implicitly-declared ‘constexpr tristate::tristate(const tristate&)’ is deprecated [-Wdeprecated-copy]
 2076 |         } else if (res == false) {
      |                           ^~~~~
In file included from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.h:28,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDb.cpp:24:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbTristate.h:203:11: note: because ‘tristate’ has user-provided ‘tristate& tristate::operator=(tristate)’
  203 | tristate& tristate::operator=(tristate tsValue)
      |           ^~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbTristate.h:251:33: note:   initializing argument 1 of ‘bool operator==(tristate, bool)’
  251 | inline bool operator==(tristate tsValue, bool boolValue)
      |                        ~~~~~~~~~^~~~~~~
In file included from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbMessageHandler.cpp:20:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbMessageHandler.h:225:50: warning: ‘constexpr QFlags::QFlags(Zero) [with Enum = KDbMessageHandler::Option; Zero = int QFlags::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  225 |             KDbMessageHandler::Options options = nullptr,
      |                                                  ^~~~~~~
In file included from /usr/include/qt5/QtCore/qglobal.h:1307,
                 from /usr/include/qt5/QtCore/qsharedpointer.h:43,
                 from /usr/include/qt5/QtCore/qpointer.h:43,
                 from /usr/include/qt5/QtCore/QPointer:1,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbMessageHandler.h:26:
/usr/include/qt5/QtCore/qflags.h:123:80: note: declared here
  123 |     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
      |                                                                                ^~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbProperties.cpp: In member function ‘bool KDbProperties::setValue(const QString&, const QVariant&)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbProperties.cpp:41:35: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
   41 |         m_result = m_conn->result();
      |                                   ^
In file included from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbProperties.h:23,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbProperties.cpp:20:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbProperties.cpp:46:19: warning: implicitly-declared ‘constexpr tristate::tristate(const tristate&)’ is deprecated [-Wdeprecated-copy]
   46 |     if (result == true) {
      |                   ^~~~
In file included from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.h:28,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbProperties.cpp:21:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbTristate.h:203:11: note: because ‘tristate’ has user-provided ‘tristate& tristate::operator=(tristate)’
  203 | tristate& tristate::operator=(tristate tsValue)
      |           ^~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbTristate.h:251:33: note:   initializing argument 1 of ‘bool operator==(tristate, bool)’
  251 | inline bool operator==(tristate tsValue, bool boolValue)
      |                        ~~~~~~~~~^~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbProperties.cpp:52:39: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
   52 |             m_result = m_conn->result();
      |                                       ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbProperties.cpp:64:35: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
   64 |         m_result = m_conn->result();
      |                                   ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbProperties.cpp: In member function ‘bool KDbProperties::setCaption(const QString&, const QString&)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbProperties.cpp:81:35: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
   81 |         m_result = m_conn->result();
      |                                   ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbProperties.cpp:86:19: warning: implicitly-declared ‘constexpr tristate::tristate(const tristate&)’ is deprecated [-Wdeprecated-copy]
   86 |     if (result == true) {
      |                   ^~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbTristate.h:203:11: note: because ‘tristate’ has user-provided ‘tristate& tristate::operator=(tristate)’
  203 | tristate& tristate::operator=(tristate tsValue)
      |           ^~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbTristate.h:251:33: note:   initializing argument 1 of ‘bool operator==(tristate, bool)’
  251 | inline bool operator==(tristate tsValue, bool boolValue)
      |                        ~~~~~~~~~^~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbProperties.cpp:91:39: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
   91 |             m_result = m_conn->result();
      |                                       ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbProperties.cpp:102:35: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
  102 |         m_result = m_conn->result();
      |                                   ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbProperties.cpp: In member function ‘QVariant KDbProperties::value(const QString&)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbProperties.cpp:117:35: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
  117 |         m_result = m_conn->result();
      |                                   ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbProperties.cpp: In member function ‘QString KDbProperties::caption(const QString&)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbProperties.cpp:134:35: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
  134 |         m_result = m_conn->result();
      |                                   ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbProperties.cpp: In member function ‘QStringList KDbProperties::names()’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbProperties.cpp:149:35: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
  149 |         m_result = m_conn->result();
      |                                   ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbLookupFieldSchema.cpp: In member function ‘KDbLookupFieldSchemaRecordSource& KDbLookupFieldSchemaRecordSource::operator=(const KDbLookupFieldSchemaRecordSource&)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbLookupFieldSchema.cpp:180:21: warning: implicitly-declared ‘KDbLookupFieldSchemaRecordSource::Private& KDbLookupFieldSchemaRecordSource::Private::operator=(const KDbLookupFieldSchemaRecordSource::Private&)’ is deprecated [-Wdeprecated-copy]
  180 |         *d = *other.d;
      |                     ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbLookupFieldSchema.cpp:38:5: note: because ‘KDbLookupFieldSchemaRecordSource::Private’ has user-provided ‘KDbLookupFieldSchemaRecordSource::Private::Private(const KDbLookupFieldSchemaRecordSource::Private&)’
   38 |     Private(const Private &other) {
      |     ^~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbLookupFieldSchema.cpp: In member function ‘KDbLookupFieldSchema& KDbLookupFieldSchema::operator=(const KDbLookupFieldSchema&)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbLookupFieldSchema.cpp:751:21: warning: implicitly-declared ‘KDbLookupFieldSchema::Private& KDbLookupFieldSchema::Private::operator=(const KDbLookupFieldSchema::Private&)’ is deprecated [-Wdeprecated-copy]
  751 |         *d = *other.d;
      |                     ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbLookupFieldSchema.cpp:67:5: note: because ‘KDbLookupFieldSchema::Private’ has user-provided ‘KDbLookupFieldSchema::Private::Private(const KDbLookupFieldSchema::Private&)’
   67 |     Private(const Private &other) {
      |     ^~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbAlter.cpp: In member function ‘KDbTableSchema* KDbAlterTableHandler::execute(const QString&, ExecutionArguments*)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbAlter.cpp:985:29: warning: implicitly-declared ‘constexpr tristate::tristate(const tristate&)’ is deprecated [-Wdeprecated-copy]
  985 |         if (args->result != true) {
      |                             ^~~~
In file included from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbAlter.h:25,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbAlter.cpp:20:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbTristate.h:203:11: note: because ‘tristate’ has user-provided ‘tristate& tristate::operator=(tristate)’
  203 | tristate& tristate::operator=(tristate tsValue)
      |           ^~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbTristate.h:238:33: note:   initializing argument 1 of ‘bool operator!=(tristate, bool)’
  238 | inline bool operator!=(tristate tsValue, bool boolValue)
      |                        ~~~~~~~~~^~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbAlter.cpp:998:40: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
  998 |             m_result = d->conn->result();
      |                                        ^
In file included from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbAlter.h:24:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbAlter.cpp:1024:36: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 1024 |         m_result = d->conn->result();
      |                                    ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbAlter.cpp:1081:40: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 1081 |             m_result = d->conn->result();
      |                                        ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbAlter.cpp:1100:40: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 1100 |             m_result = d->conn->result();
      |                                        ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbAlter.cpp:1115:52: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
 1115 |                         m_result = d->conn->result();
      |                                                    ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
In file included from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbAlter.h:23:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbUtils.h: In instantiation of ‘int KDbUtils::AutodeletedHash::remove(const Key&) [with Key = QByteArray; T = KDbAlterTableHandler::ActionBase*]’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbAlter.cpp:633:36:   required from here
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbUtils.h:226:56: warning: ‘QList QHash::values(const Key&) const [with Key = QByteArray; T = KDbAlterTableHandler::ActionBase*]’ is deprecated: Use QMultiHash for hashes storing multiple values with the same key. [-Wdeprecated-declarations]
  226 |             const QList values(QHash::values(key));
      |                                   ~~~~~~~~~~~~~~~~~~~~~^~~~~
In file included from /usr/include/qt5/QtCore/qshareddata.h:46,
                 from /usr/include/qt5/QtCore/qdatetime.h:46,
                 from /usr/include/qt5/QtCore/QDateTime:1,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbUtils.h:33:
/usr/include/qt5/QtCore/qhash.h:1235:31: note: declared here
 1235 | Q_OUTOFLINE_TEMPLATE QList QHash::values(const Key &akey) const
      |                               ^~~~~~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/views/KDbTableViewData.cpp: In member function ‘void KDbTableViewData::sort()’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/views/KDbTableViewData.cpp:564:10: warning: ‘void qSort(RandomAccessIterator, RandomAccessIterator, LessThan) [with RandomAccessIterator = QList::iterator; LessThan = LessThanFunctor]’ is deprecated: Use std::sort [-Wdeprecated-declarations]
  564 |     qSort(begin(), end(), d->lessThanFunctor);
      |     ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/qt5/QtCore/qvector.h:43,
                 from /usr/include/qt5/QtCore/QVector:1,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbField.h:26,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/views/KDbTableViewData.h:29,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/views/KDbTableViewData.cpp:26:
/usr/include/qt5/QtCore/qalgorithms.h:181:46: note: declared here
  181 | QT_DEPRECATED_X("Use std::sort") inline void qSort(RandomAccessIterator start, RandomAccessIterator end, LessThan lessThan)
      |                                              ^~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/drivers/mysql/MysqlConnection.cpp: In member function ‘virtual bool MysqlConnection::drv_connect()’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/drivers/mysql/MysqlConnection.cpp:61:16: warning: implicitly-declared ‘constexpr tristate::tristate(const tristate&)’ is deprecated [-Wdeprecated-copy]
   61 |     if (res == false) // sanity
      |                ^~~~~
In file included from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.h:28,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/drivers/mysql/MysqlConnection.h:27,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/drivers/mysql/MysqlConnection.cpp:22:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbTristate.h:203:11: note: because ‘tristate’ has user-provided ‘tristate& tristate::operator=(tristate)’
  203 | tristate& tristate::operator=(tristate tsValue)
      |           ^~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbTristate.h:251:33: note:   initializing argument 1 of ‘bool operator==(tristate, bool)’
  251 | inline bool operator==(tristate tsValue, bool boolValue)
      |                        ~~~~~~~~~^~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/drivers/mysql/MysqlConnection.cpp: In member function ‘virtual bool MysqlConnection::drv_getServerVersion(KDbServerVersionInfo*)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/drivers/mysql/MysqlConnection.cpp:82:16: warning: implicitly-declared ‘constexpr tristate::tristate(const tristate&)’ is deprecated [-Wdeprecated-copy]
   82 |     if (res == false) // sanity
      |                ^~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbTristate.h:203:11: note: because ‘tristate’ has user-provided ‘tristate& tristate::operator=(tristate)’
  203 | tristate& tristate::operator=(tristate tsValue)
      |           ^~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbTristate.h:251:33: note:   initializing argument 1 of ‘bool operator==(tristate, bool)’
  251 | inline bool operator==(tristate tsValue, bool boolValue)
      |                        ~~~~~~~~~^~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/drivers/mysql/MysqlConnection.cpp: In member function ‘virtual bool MysqlConnection::drv_databaseExists(const QString&, bool)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/drivers/mysql/MysqlConnection.cpp:131:19: warning: implicitly-declared ‘constexpr tristate::tristate(const tristate&)’ is deprecated [-Wdeprecated-copy]
  131 |     if (result == true) {
      |                   ^~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbTristate.h:203:11: note: because ‘tristate’ has user-provided ‘tristate& tristate::operator=(tristate)’
  203 | tristate& tristate::operator=(tristate tsValue)
      |           ^~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/tools/KDbTristate.h:251:33: note:   initializing argument 1 of ‘bool operator==(tristate, bool)’
  251 | inline bool operator==(tristate tsValue, bool boolValue)
      |                        ~~~~~~~~~^~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/drivers/mysql/MysqlConnection.cpp:136:89: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
  136 |                              tr("The database \"%1\" does not exist.").arg(storedDbName));
      |                                                                                         ^
In file included from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbCursor.h:26,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.h:23:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/drivers/sqlite/SqliteConnection.cpp: In member function ‘void SqliteConnection::drv_closeDatabaseSilently()’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/drivers/sqlite/SqliteConnection.cpp:244:16: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
  244 |     m_result = result;
      |                ^~~~~~
In file included from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbCursor.h:26,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.h:23,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/drivers/sqlite/SqliteConnection.h:25,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/drivers/sqlite/SqliteConnection.cpp:20:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/drivers/sqlite/SqliteConnection.cpp: In member function ‘virtual bool SqliteConnection::drv_dropDatabase(const QString&)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/drivers/sqlite/SqliteConnection.cpp:276:62: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
  276 |                    .arg(QDir::fromNativeSeparators(filename)));
      |                                                              ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/drivers/sqlite/SqliteConnection.cpp: In member function ‘bool SqliteConnection::findAndLoadExtension(const QString&)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/drivers/sqlite/SqliteConnection.cpp:375:96: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
  375 |                          SqliteConnection::tr("Could not load SQLite plugin \"%1\".").arg(name));
      |                                                                                                ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/drivers/sqlite/SqliteConnection.cpp: In member function ‘bool SqliteConnection::loadExtension(const QString&)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/drivers/sqlite/SqliteConnection.cpp:386:105: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
  386 |                              SqliteConnection::tr("Could not find SQLite plugin file \"%1\".").arg(path));
      |                                                                                                         ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/drivers/sqlite/SqliteConnection.cpp:401:103: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
  401 |                              SqliteConnection::tr("Could not load SQLite extension \"%1\".").arg(path));
      |                                                                                                       ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
In file included from /usr/include/postgresql/server/nodes/primnodes.h:22,
                 from /usr/include/postgresql/server/nodes/parsenodes.h:28,
                 from /usr/include/postgresql/server/catalog/objectaddress.h:17,
                 from /usr/include/postgresql/server/catalog/pg_type.h:22,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/drivers/postgresql/PostgresqlTypes.cpp:38:
/usr/include/postgresql/server/nodes/pg_list.h:373: warning: "foreach" redefined
  373 | #define foreach(cell, lst)      \
      | 
In file included from /usr/include/qt5/QtCore/qchar.h:43,
                 from /usr/include/qt5/QtCore/qstring.h:49,
                 from /usr/include/qt5/QtCore/qdatetime.h:44,
                 from /usr/include/qt5/QtCore/QDateTime:1,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbDriver.h:23,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/drivers/postgresql/PostgresqlDriver.h:24,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/drivers/postgresql/PostgresqlTypes.cpp:21:
/usr/include/qt5/QtCore/qglobal.h:1142: note: this is the location of the previous definition
 1142 | #    define foreach Q_FOREACH
      | 
In file included from /usr/include/postgresql/server/nodes/parsenodes.h:26:
/usr/include/postgresql/server/nodes/bitmapset.h:55:25: warning: ISO C++ forbids flexible array member ‘words’ [-Wpedantic]
   55 |         bitmapword      words[FLEXIBLE_ARRAY_MEMBER];   /* really [nwords] */
      |                         ^~~~~
/usr/include/postgresql/server/nodes/pg_list.h:60:25: warning: ISO C++ forbids flexible array member ‘initial_elements’ [-Wpedantic]
   60 |         ListCell        initial_elements[FLEXIBLE_ARRAY_MEMBER];
      |                         ^~~~~~~~~~~~~~~~
In file included from /usr/include/postgresql/server/utils/relcache.h:17,
                 from /usr/include/postgresql/server/catalog/objectaddress.h:19:
/usr/include/postgresql/server/access/tupdesc.h:87:31: warning: ISO C++ forbids flexible array member ‘attrs’ [-Wpedantic]
   87 |         FormData_pg_attribute attrs[FLEXIBLE_ARRAY_MEMBER];
      |                               ^~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/drivers/postgresql/PostgresqlConnection.cpp: In member function ‘virtual KDbEscapedString PostgresqlConnection::escapeString(const QByteArray&) const’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/drivers/postgresql/PostgresqlConnection.cpp:282:106: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
  282 |                           PostgresqlConnection::tr("Escaping string failed. Invalid multibyte encoding."));
      |                                                                                                          ^
In file included from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbCursor.h:26,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/KDbConnection.h:23,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/drivers/postgresql/PostgresqlConnection.h:24,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/drivers/postgresql/PostgresqlConnection.cpp:21:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/drivers/sqlite/SqlitePreparedStatement.cpp: In member function ‘virtual bool SqlitePreparedStatement::prepare(const KDbEscapedString&)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/drivers/sqlite/SqlitePreparedStatement.cpp:39:35: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
   39 |     m_result = connection->result();
      |                                   ^
In file included from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/interfaces/KDbPreparedStatementInterface.h:25,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/drivers/sqlite/SqlitePreparedStatement.h:23,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/drivers/sqlite/SqlitePreparedStatement.cpp:20:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/drivers/sqlite/SqlitePreparedStatement.cpp: In member function ‘virtual QSharedPointer SqlitePreparedStatement::execute(KDbPreparedStatement::Type, const KDbField::List&, KDbFieldList*, const KDbPreparedStatementParameters&)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/drivers/sqlite/SqlitePreparedStatement.cpp:217:34: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
  217 |             m_result = KDbResult();
      |                                  ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/drivers/sqlite/SqlitePreparedStatement.cpp:231:34: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
  231 |             m_result = KDbResult();
      |                                  ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/drivers/sqlite/SqliteVacuum.cpp: In member function ‘tristate SqliteVacuum::run()’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/drivers/sqlite/SqliteVacuum.cpp:98:44: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
   98 |                              .arg(dump_app));
      |                                            ^
In file included from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/drivers/sqlite/SqliteVacuum.h:28,
                 from /var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/drivers/sqlite/SqliteVacuum.cpp:20:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/drivers/sqlite/SqliteVacuum.cpp:106:46: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
  106 |                              .arg(sqlite_app));
      |                                              ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/drivers/sqlite/SqliteVacuum.cpp:114:46: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
  114 |                              .arg(m_filePath));
      |                                              ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/drivers/sqlite/SqliteVacuum.cpp: In member function ‘void SqliteVacuum::sqliteProcessFinished(int, QProcess::ExitStatus)’:
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/src/drivers/sqlite/SqliteVacuum.cpp:259:98: warning: implicitly-declared ‘KDbResult& KDbResult::operator=(const KDbResult&)’ is deprecated [-Wdeprecated-copy]
  259 |                         tr("Could not rename file \"%1\" to \"%2\".").arg(m_tmpFilePath, newName));
      |                                                                                                  ^
/var/pisi/kdb-3.2.0-42/work/kdb-3.2.0/build/src/KDbResult.h:114:5: note: because ‘KDbResult’ has user-provided ‘KDbResult::KDbResult(const KDbResult&)’
  114 |     KDbResult(const KDbResult &other)
      |     ^~~~~~~~~