Skip to content
Commit 2c362695 authored by David Faure's avatar David Faure
Browse files

Fix compilation error with gcc 7.4.1, ambiguous overload

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

Reviewers: kfunk, kossebau

Subscribers: kdevelop-devel

Tags: #kdevelop

Differential Revision: https://phabricator.kde.org/D25639
parent 3d2ff6f3
Pipeline #11258 failed with stage
in 1 hour and 1 second
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment