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

    CMAKE_LD_FLAGS


/var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/core/richstring.cpp: In member function ‘SubtitleComposer::RichString& SubtitleComposer::RichString::setRichString(const QStringView&)’:
/var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/core/richstring.cpp:703:67: warning: ‘QRegularExpressionMatchIterator QRegularExpression::globalMatch(QStringView, qsizetype, MatchType, MatchOptions) const’ is deprecated: Use globalMatchView instead. [-Wdeprecated-declarations]
  703 |         QRegularExpressionMatchIterator it = tagRegExp.globalMatch(string);
      |                                              ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from /usr/include/qt6/QtCore/QRegularExpression:1,
                 from /var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/core/richstring.cpp:15:
/usr/include/qt6/QtCore/qregularexpression.h:118:37: note: declared here
  118 |     QRegularExpressionMatchIterator globalMatch(QStringView subjectView,
      |                                     ^~~~~~~~~~~
/var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/core/richstring.cpp:746:71: warning: ‘void QColor::setNamedColor(const QString&)’ is deprecated: Use fromString() instead. [-Wdeprecated-declarations]
  746 |                                                 newColor.setNamedColor(color.toLower());
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
In file included from /usr/include/qt6/QtGui/QColor:1,
                 from /var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/core/richstring.h:13,
                 from /var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/core/richstring.cpp:8:
/usr/include/qt6/QtGui/qcolor.h:66:10: note: declared here
   66 |     void setNamedColor(const QString& name);
      |          ^~~~~~~~~~~~~
/var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/core/richstring.cpp:784:95: warning: ‘QRegularExpressionMatch QRegularExpression::match(QStringView, qsizetype, MatchType, MatchOptions) const’ is deprecated: Use matchView instead. [-Wdeprecated-declarations]
  784 |                                                 QRegularExpressionMatch mc = colorRegExp.match(m.capturedView(4));
      |                                                                              ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/usr/include/qt6/QtCore/qregularexpression.h:97:29: note: declared here
   97 |     QRegularExpressionMatch match(QStringView subjectView,
      |                             ^~~~~
/var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/core/richstring.cpp:787:79: warning: ‘void QColor::setNamedColor(const QString&)’ is deprecated: Use fromString() instead. [-Wdeprecated-declarations]
  787 |                                                         newColor.setNamedColor(mc.captured(1).toLower());
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/qt6/QtGui/qcolor.h:66:10: note: declared here
   66 |     void setNamedColor(const QString& name);
      |          ^~~~~~~~~~~~~
/var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/core/richstring.cpp:795:79: warning: ‘void QColor::setNamedColor(const QString&)’ is deprecated: Use fromString() instead. [-Wdeprecated-declarations]
  795 |                                                         newColor.setNamedColor("-invalid-");
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
/usr/include/qt6/QtGui/qcolor.h:66:10: note: declared here
   66 |     void setNamedColor(const QString& name);
      |          ^~~~~~~~~~~~~
/var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/core/richstring.cpp:798:79: warning: ‘void QColor::setNamedColor(const QString&)’ is deprecated: Use fromString() instead. [-Wdeprecated-declarations]
  798 |                                                         newColor.setNamedColor(colorTags.back());
      |                                                         ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/usr/include/qt6/QtGui/qcolor.h:66:10: note: declared here
   66 |     void setNamedColor(const QString& name);
      |          ^~~~~~~~~~~~~
/var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/core/richstring.cpp: In static member function ‘static SubtitleComposer::ReplaceHelper::MatchRefList SubtitleComposer::ReplaceHelper::match(SubtitleComposer::RichString&, const QRegularExpression&, const T&)’:
/var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/core/richstring.cpp:1593:53: warning: ‘constexpr typename std::add_const<_Tp>::type& qAsConst(T&) [with T = QList; typename std::add_const<_Tp>::type = const QList]’ is deprecated: Use std::as_const() instead. [-Wdeprecated-declarations]
 1593 |                 for(const BackRef &backRef: qAsConst(backRefs)) {
      |                                             ~~~~~~~~^~~~~~~~~~
In file included from /usr/include/qt6/QtCore/qforeach.h:11,
                 from /usr/include/qt6/QtCore/qglobal.h:57,
                 from /usr/include/qt6/QtGui/qtguiglobal.h:7,
                 from /usr/include/qt6/QtGui/qcolor.h:7:
/usr/include/qt6/QtCore/qttypetraits.h:36:45: note: declared here
   36 | constexpr typename std::add_const::type &qAsConst(T &t) noexcept { return t; }
      |                                             ^~~~~~~~
/var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/core/richstring.cpp: In instantiation of ‘static SubtitleComposer::ReplaceHelper::MatchRefList SubtitleComposer::ReplaceHelper::match(SubtitleComposer::RichString&, const QRegularExpression&, const T&) [with T = QString; MatchRefList = QList]’:
/var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/core/richstring.cpp:1136:68:   required from here
/var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/core/richstring.cpp:1593:53: warning: ‘constexpr typename std::add_const<_Tp>::type& qAsConst(T&) [with T = QList; typename std::add_const<_Tp>::type = const QList]’ is deprecated: Use std::as_const() instead. [-Wdeprecated-declarations]
 1593 |                 for(const BackRef &backRef: qAsConst(backRefs)) {
      |                                             ~~~~~~~~^~~~~~~~~~
/usr/include/qt6/QtCore/qttypetraits.h:36:45: note: declared here
   36 | constexpr typename std::add_const::type &qAsConst(T &t) noexcept { return t; }
      |                                             ^~~~~~~~
/var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/core/richstring.cpp:1593:53: warning: ‘constexpr typename std::add_const<_Tp>::type& qAsConst(T&) [with T = QList; typename std::add_const<_Tp>::type = const QList]’ is deprecated: Use std::as_const() instead. [-Wdeprecated-declarations]
 1593 |                 for(const BackRef &backRef: qAsConst(backRefs)) {
      |                                             ~~~~~~~~^~~~~~~~~~
/usr/include/qt6/QtCore/qttypetraits.h:36:45: note: declared here
   36 | constexpr typename std::add_const::type &qAsConst(T &t) noexcept { return t; }
      |                                             ^~~~~~~~
/var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/core/richstring.cpp: In instantiation of ‘static SubtitleComposer::ReplaceHelper::MatchRefList SubtitleComposer::ReplaceHelper::match(SubtitleComposer::RichString&, const QRegularExpression&, const T&) [with T = SubtitleComposer::RichString; MatchRefList = QList]’:
/var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/core/richstring.cpp:1145:68:   required from here
/var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/core/richstring.cpp:1593:53: warning: ‘constexpr typename std::add_const<_Tp>::type& qAsConst(T&) [with T = QList; typename std::add_const<_Tp>::type = const QList]’ is deprecated: Use std::as_const() instead. [-Wdeprecated-declarations]
 1593 |                 for(const BackRef &backRef: qAsConst(backRefs)) {
      |                                             ~~~~~~~~^~~~~~~~~~
/usr/include/qt6/QtCore/qttypetraits.h:36:45: note: declared here
   36 | constexpr typename std::add_const::type &qAsConst(T &t) noexcept { return t; }
      |                                             ^~~~~~~~
/var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/core/richstring.cpp:1593:53: warning: ‘constexpr typename std::add_const<_Tp>::type& qAsConst(T&) [with T = QList; typename std::add_const<_Tp>::type = const QList]’ is deprecated: Use std::as_const() instead. [-Wdeprecated-declarations]
 1593 |                 for(const BackRef &backRef: qAsConst(backRefs)) {
      |                                             ~~~~~~~~^~~~~~~~~~
/usr/include/qt6/QtCore/qttypetraits.h:36:45: note: declared here
   36 | constexpr typename std::add_const::type &qAsConst(T &t) noexcept { return t; }
      |                                             ^~~~~~~~
/var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/core/subtitle.cpp: In member function ‘bool SubtitleComposer::Subtitle::hasAnchors() const’:
/var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/core/subtitle.cpp:274:47: warning: ‘constexpr typename std::add_const<_Tp>::type& qAsConst(T&) [with T = const QList >; typename std::add_const<_Tp>::type = const QList >]’ is deprecated: Use std::as_const() instead. [-Wdeprecated-declarations]
  274 |         for(const SubtitleLine *line: qAsConst(m_anchoredLines)) {
      |                                       ~~~~~~~~^~~~~~~~~~~~~~~~~
In file included from /usr/include/qt6/QtCore/qforeach.h:11,
                 from /usr/include/qt6/QtCore/qglobal.h:57,
                 from /usr/include/qt6/QtCore/qpair.h:8,
                 from /usr/include/qt6/QtCore/qarraydata.h:8,
                 from /usr/include/qt6/QtCore/qarraydataops.h:8,
                 from /usr/include/qt6/QtCore/qarraydatapointer.h:7,
                 from /usr/include/qt6/QtCore/qlist.h:8,
                 from /usr/include/qt6/QtCore/QList:1,
                 from /var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/core/range.h:13,
                 from /var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/core/subtitle.h:11,
                 from /var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/core/subtitle.cpp:8:
/usr/include/qt6/QtCore/qttypetraits.h:36:45: note: declared here
   36 | constexpr typename std::add_const::type &qAsConst(T &t) noexcept { return t; }
      |                                             ^~~~~~~~
/var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/core/subtitle.cpp: In member function ‘void SubtitleComposer::Subtitle::removeAllAnchors()’:
/var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/core/subtitle.cpp:327:47: warning: ‘constexpr typename std::add_const<_Tp>::type& qAsConst(T&) [with T = QList >; typename std::add_const<_Tp>::type = const QList >]’ is deprecated: Use std::as_const() instead. [-Wdeprecated-declarations]
  327 |         for(const SubtitleLine *line: qAsConst(m_anchoredLines)) {
      |                                       ~~~~~~~~^~~~~~~~~~~~~~~~~
/usr/include/qt6/QtCore/qttypetraits.h:36:45: note: declared here
   36 | constexpr typename std::add_const::type &qAsConst(T &t) noexcept { return t; }
      |                                             ^~~~~~~~
/var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/core/richtext/richdocument.cpp: In member function ‘void SubtitleComposer::RichDocument::replace(const QRegularExpression&, const QString&, bool)’:
/var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/core/richtext/richdocument.cpp:806:61: warning: ‘constexpr typename std::add_const<_Tp>::type& qAsConst(T&) [with T = QList; typename std::add_const<_Tp>::type = const QList]’ is deprecated: Use std::as_const() instead. [-Wdeprecated-declarations]
  806 |                 for(const REStringCapture &backRef: qAsConst(backRefs)) {
      |                                                     ~~~~~~~~^~~~~~~~~~
In file included from /usr/include/qt6/QtCore/qforeach.h:11,
                 from /usr/include/qt6/QtCore/qglobal.h:57,
                 from /usr/include/qt6/QtGui/qtguiglobal.h:7,
                 from /usr/include/qt6/QtGui/qcolor.h:7,
                 from /usr/include/qt6/QtGui/QColor:1,
                 from /var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/core/richstring.h:13,
                 from /var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/core/richtext/richdocument.h:10,
                 from /var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/core/richtext/richdocument.cpp:7:
/usr/include/qt6/QtCore/qttypetraits.h:36:45: note: declared here
   36 | constexpr typename std::add_const::type &qAsConst(T &t) noexcept { return t; }
      |                                             ^~~~~~~~
/var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/core/richtext/richcss.cpp: In member function ‘QMap SubtitleComposer::RichCSS::match(QSet) const’:
/var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/core/richtext/richcss.cpp:391:37: warning: ‘constexpr typename std::add_const<_Tp>::type& qAsConst(T&) [with T = const QList; typename std::add_const<_Tp>::type = const QList]’ is deprecated: Use std::as_const() instead. [-Wdeprecated-declarations]
  391 |         for(const Block &b: qAsConst(m_stylesheet)) {
      |                             ~~~~~~~~^~~~~~~~~~~~~~
In file included from /usr/include/qt6/QtCore/qforeach.h:11,
                 from /usr/include/qt6/QtCore/qglobal.h:57,
                 from /usr/include/qt6/QtCore/qnamespace.h:12,
                 from /usr/include/qt6/QtCore/qbytearray.h:9,
                 from /usr/include/qt6/QtCore/QByteArray:1,
                 from /var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/core/richtext/richcss.h:10,
                 from /var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/core/richtext/richcss.cpp:7:
/usr/include/qt6/QtCore/qttypetraits.h:36:45: note: declared here
   36 | constexpr typename std::add_const::type &qAsConst(T &t) noexcept { return t; }
      |                                             ^~~~~~~~
/var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/core/richtext/richcss.cpp:422:44: warning: ‘constexpr typename std::add_const<_Tp>::type& qAsConst(T&) [with T = const SubtitleComposer::RichCSS::RuleList; typename std::add_const<_Tp>::type = const SubtitleComposer::RichCSS::RuleList]’ is deprecated: Use std::as_const() instead. [-Wdeprecated-declarations]
  422 |                 for(const Rule &r: qAsConst(b.rules))
      |                                    ~~~~~~~~^~~~~~~~~
/usr/include/qt6/QtCore/qttypetraits.h:36:45: note: declared here
   36 | constexpr typename std::add_const::type &qAsConst(T &t) noexcept { return t; }
      |                                             ^~~~~~~~
/var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/core/richtext/richcss.cpp: In member function ‘QSet SubtitleComposer::RichCSS::classes() const’:
/var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/core/richtext/richcss.cpp:432:37: warning: ‘constexpr typename std::add_const<_Tp>::type& qAsConst(T&) [with T = const QList; typename std::add_const<_Tp>::type = const QList]’ is deprecated: Use std::as_const() instead. [-Wdeprecated-declarations]
  432 |         for(const Block &b: qAsConst(m_stylesheet)) {
      |                             ~~~~~~~~^~~~~~~~~~~~~~
/usr/include/qt6/QtCore/qttypetraits.h:36:45: note: declared here
   36 | constexpr typename std::add_const::type &qAsConst(T &t) noexcept { return t; }
      |                                             ^~~~~~~~
/var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/core/richtext/richdocumentlayout.cpp: In member function ‘QTextCharFormat SubtitleComposer::RichDocumentLayout::applyCSS(const QTextCharFormat&) const’:
/var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/core/richtext/richdocumentlayout.cpp:96:44: warning: ‘void QColor::setNamedColor(const QString&)’ is deprecated: Use fromString() instead. [-Wdeprecated-declarations]
   96 |                         color.setNamedColor(it.value());
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
In file included from /usr/include/qt6/QtGui/qtextlayout.h:6,
                 from /usr/include/qt6/QtGui/qabstracttextdocumentlayout.h:9,
                 from /usr/include/qt6/QtGui/QAbstractTextDocumentLayout:1,
                 from /var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/core/richtext/richdocumentlayout.h:10,
                 from /var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/core/richtext/richdocumentlayout.cpp:7:
/usr/include/qt6/QtGui/qcolor.h:66:10: note: declared here
   66 |     void setNamedColor(const QString& name);
      |          ^~~~~~~~~~~~~
/var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/core/richtext/richdocumentlayout.cpp:100:44: warning: ‘void QColor::setNamedColor(const QString&)’ is deprecated: Use fromString() instead. [-Wdeprecated-declarations]
  100 |                         color.setNamedColor(it.value());
      |                         ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
/usr/include/qt6/QtGui/qcolor.h:66:10: note: declared here
   66 |     void setNamedColor(const QString& name);
      |          ^~~~~~~~~~~~~
/var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/core/richtext/richdocumentlayout.cpp: In static member function ‘static void SubtitleComposer::RichDocumentLayout::mergeFormat(QTextCharFormat&, const QTextCharFormat&)’:
/var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/core/richtext/richdocumentlayout.cpp:129:41: warning: possibly dangling reference to a temporary [-Wdangling-reference]
  129 |                         const QVariant &v = pa.find(it.key()).value();
      |                                         ^
/var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/core/richtext/richdocumentlayout.cpp:129:68: note: the temporary was destroyed at the end of the full expression ‘pa.QMap::find((* & it.QMap::const_iterator::key())).QMap::const_iterator::value()’
  129 |                         const QVariant &v = pa.find(it.key()).value();
      |                                             ~~~~~~~~~~~~~~~~~~~~~~~^~
/var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/formats/webvtt/webvttinputformat.cpp: In member function ‘virtual bool SubtitleComposer::WebVTTInputFormat::parseSubtitles(SubtitleComposer::Subtitle&, const QString&) const’:
/var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/formats/webvtt/webvttinputformat.cpp:265:57: warning: ‘QRegularExpressionMatch QRegularExpression::match(QStringView, qsizetype, MatchType, MatchOptions) const’ is deprecated: Use matchView instead. [-Wdeprecated-declarations]
  265 |                 QRegularExpressionMatch m = reTime.match(cueTime);
      |                                             ~~~~~~~~~~~~^~~~~~~~~
In file included from /usr/include/qt6/QtCore/QRegularExpression:1,
                 from /var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/formats/webvtt/webvttinputformat.cpp:16:
/usr/include/qt6/QtCore/qregularexpression.h:97:29: note: declared here
   97 |     QRegularExpressionMatch match(QStringView subjectView,
      |                             ^~~~~
/var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/gui/waveform/waveformwidget.cpp: In member function ‘SubtitleComposer::SubtitleLine* SubtitleComposer::WaveformWidget::subtitleLineAtMousePosition() const’:
/var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/gui/waveform/waveformwidget.cpp:484:46: warning: ‘constexpr typename std::add_const<_Tp>::type& qAsConst(T&) [with T = const std::__cxx11::list; typename std::add_const<_Tp>::type = const std::__cxx11::list]’ is deprecated: Use std::as_const() instead. [-Wdeprecated-declarations]
  484 |         for(const WaveSubtitle *sub: qAsConst(m_visibleLines)) {
      |                                      ~~~~~~~~^~~~~~~~~~~~~~~~
In file included from /usr/include/qt6/QtCore/qforeach.h:11,
                 from /usr/include/qt6/QtCore/qglobal.h:57,
                 from /usr/include/qt6/QtCore/qchar.h:7,
                 from /usr/include/qt6/QtCore/qstring.h:14,
                 from /usr/include/qt6/QtCore/QString:1,
                 from /var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/core/time.h:11,
                 from /var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/gui/waveform/waveformwidget.h:10,
                 from /var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/gui/waveform/waveformwidget.cpp:7:
/usr/include/qt6/QtCore/qttypetraits.h:36:45: note: declared here
   36 | constexpr typename std::add_const::type &qAsConst(T &t) noexcept { return t; }
      |                                             ^~~~~~~~
In member function ‘SubtitleComposer::Time& SubtitleComposer::Time::operator=(const SubtitleComposer::Time&)’,
    inlined from ‘void SubtitleComposer::WaveformWidget::onHoverScrollTimeout()’ at /var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/gui/waveform/waveformwidget.cpp:517:22:
/var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/core/time.h:41:69: warning: dangling pointer to ‘ptrTime’ may be used [-Wdangling-pointer=]
   41 |         inline Time & operator=(const Time &time) { m_millis = time.m_millis; return *this; }
      |                                                                ~~~~~^~~~~~~~
/var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/gui/waveform/waveformwidget.cpp: In member function ‘void SubtitleComposer::WaveformWidget::onHoverScrollTimeout()’:
/var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/gui/waveform/waveformwidget.cpp:513:20: note: ‘ptrTime’ declared here
  513 |         const Time ptrTime(m_pointerTime.toMillis() + m_hoverScrollAmount);
      |                    ^~~~~~~
/var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/gui/waveform/waverenderer.cpp: In member function ‘void SubtitleComposer::WaveRenderer::paintGraphics(QPainter&)’:
/var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/gui/waveform/waverenderer.cpp:181:46: warning: ‘constexpr typename std::add_const<_Tp>::type& qAsConst(T&) [with T = std::__cxx11::list; typename std::add_const<_Tp>::type = const std::__cxx11::list]’ is deprecated: Use std::as_const() instead. [-Wdeprecated-declarations]
  181 |         for(const WaveSubtitle *sub: qAsConst(m_wfw->m_visibleLines)) {
      |                                      ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/qt6/QtCore/qforeach.h:11,
                 from /usr/include/qt6/QtCore/qglobal.h:57,
                 from /usr/include/qt6/QtCore/qchar.h:7,
                 from /usr/include/qt6/QtCore/qstring.h:14,
                 from /usr/include/qt6/QtCore/QString:1,
                 from /var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/core/time.h:11,
                 from /var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/gui/waveform/waverenderer.h:10,
                 from /var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/gui/waveform/waverenderer.cpp:7:
/usr/include/qt6/QtCore/qttypetraits.h:36:45: note: declared here
   36 | constexpr typename std::add_const::type &qAsConst(T &t) noexcept { return t; }
      |                                             ^~~~~~~~
/var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/translate/translatedialog.cpp: In constructor ‘SubtitleComposer::TranslateDialog::TranslateDialog(QWidget*)’:
/var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/translate/translatedialog.cpp:39:47: warning: ‘constexpr typename std::add_const<_Tp>::type& qAsConst(T&) [with T = QList; typename std::add_const<_Tp>::type = const QList]’ is deprecated: Use std::as_const() instead. [-Wdeprecated-declarations]
   39 |         for(const TranslateEngine *e: qAsConst(m_engines))
      |                                       ~~~~~~~~^~~~~~~~~~~
In file included from /usr/include/qt6/QtCore/qforeach.h:11,
                 from /usr/include/qt6/QtCore/qglobal.h:57,
                 from /usr/include/qt6/QtGui/qtguiglobal.h:7,
                 from /usr/include/qt6/QtWidgets/qtwidgetsglobal.h:7,
                 from /usr/include/qt6/QtWidgets/qdialog.h:7,
                 from /usr/include/qt6/QtWidgets/QDialog:1,
                 from /var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/dialogs/actiondialog.h:11,
                 from /var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/dialogs/actionwithtargetdialog.h:11,
                 from /var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/translate/translatedialog.h:10,
                 from /var/pisi/subtitlecomposer-0.8.1-4/work/subtitlecomposer-0.8.1/src/translate/translatedialog.cpp:7:
/usr/include/qt6/QtCore/qttypetraits.h:36:45: note: declared here
   36 | constexpr typename std::add_const::type &qAsConst(T &t) noexcept { return t; }
      |                                             ^~~~~~~~
make[2]: *** No rule to make target '/usr/lib/usr/lib/ffmpeg4.4/libavcodec.so', needed by 'src/subtitlecomposer'.  Stop.
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/Makefile2:511: src/CMakeFiles/subtitlecomposer.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
Traceback (most recent call last):
  File "/var/pisi/subtitlecomposer/actions.py", line 34, in build
    kde6.make()
  File "/usr/lib/pisilinux/pisi/actionsapi/kde6.py", line 63, in make
    cmaketools.make('-C build %s' % parameters)
  File "/usr/lib/pisilinux/pisi/actionsapi/cmaketools.py", line 77, in make
    if system(command):
  File "/usr/lib/pisilinux/pisi/actionsapi/shelltools.py", line 255, in system
    error(_("Command \"%s\" failed, return value was %d.") % (command, retValue))
  File "/usr/lib/pisilinux/pisi/actionsapi/__init__.py", line 27, in error
    raise Error(msg)
pisi.actionsapi.Error: Command "make -j5 -C build" failed, return value was 2.
Action script error caught.
*** 1 error(s), 0 warning(s)
Program terminated.