D25639: Fix compilation error with gcc 7.4.1, ambiguous overload
David Faure
noreply at phabricator.kde.org
Sat Nov 30 21:42:09 GMT 2019
dfaure created this revision.
dfaure added reviewers: kfunk, kossebau.
Herald added a project: KDevelop.
Herald added a subscriber: kdevelop-devel.
dfaure requested review of this revision.
REVISION SUMMARY
test_lldbformatters.cpp: In member function ‘void LldbFormattersTest::testQSetString()’:
test_lldbformatters.cpp:837:62: error: call of overloaded ‘verifyVariable(int, QString, QString, <brace-enclosed initializer list>, [...])’ is ambiguous
__FILE__, __LINE__, true, false, true)) {
^
test_lldbformatters.cpp:231:6: note: candidate: bool LldbFormattersTest::verifyVariable(int, const QString&, const QString&, QList<QPair<QString, QString> >, [...])
test_lldbformatters.cpp:208:6: note: candidate: bool LldbFormattersTest::verifyVariable(int, const QString&, const QString&, QStringList, [...])
TEST PLAN
Builds
REPOSITORY
R32 KDevelop
BRANCH
5.4
REVISION DETAIL
https://phabricator.kde.org/D25639
AFFECTED FILES
plugins/lldb/unittests/test_lldbformatters.cpp
To: dfaure, kfunk, kossebau
Cc: kdevelop-devel, hmitonneau, christiant, glebaccon, domson, antismap, iodelay, alexeymin, geetamc, Pilzschaf, akshaydeo, surgenight, arrowd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20191130/4aab8da7/attachment.html>
More information about the KDevelop-devel
mailing list