forked from qt-creator/qt-creator
Compile Fix: Modify unnecessary UTF-8 characters.
They blocked to compile with Visual Studio on Windows Japanese edition. Change-Id: I7c63123e7ed43a2036f42762ee94147cbc9f5c09 Merge-request: 2198 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com> Reviewed-on: http://codereview.qt.nokia.com/831
This commit is contained in:
committed by
Tobias Hunger
parent
0c7852d541
commit
52f0eae3a4
@@ -624,7 +624,7 @@ void ProjectExplorerPlugin::testGccOutputParsers_data()
|
||||
|
||||
QTest::newRow("enumeration warning")
|
||||
<< QString::fromLatin1("../../../src/shared/proparser/profileevaluator.cpp: In member function 'ProFileEvaluator::Private::VisitReturn ProFileEvaluator::Private::evaluateConditionalFunction(const ProString&, const ProStringList&)':\n"
|
||||
"../../../src/shared/proparser/profileevaluator.cpp:2817:9: warning: case value '0' not in enumerated type ‘ProFileEvaluator::Private::TestFunc’")
|
||||
"../../../src/shared/proparser/profileevaluator.cpp:2817:9: warning: case value '0' not in enumerated type 'ProFileEvaluator::Private::TestFunc'")
|
||||
<< OutputParserTester::STDERR
|
||||
<< QString() << QString()
|
||||
<< ( QList<ProjectExplorer::Task>()
|
||||
@@ -633,7 +633,7 @@ void ProjectExplorerPlugin::testGccOutputParsers_data()
|
||||
QLatin1String("../../../src/shared/proparser/profileevaluator.cpp"), -1,
|
||||
Constants::TASK_CATEGORY_COMPILE)
|
||||
<< Task(Task::Warning,
|
||||
QLatin1String("case value '0' not in enumerated type ‘ProFileEvaluator::Private::TestFunc’"),
|
||||
QLatin1String("case value '0' not in enumerated type 'ProFileEvaluator::Private::TestFunc'"),
|
||||
QLatin1String("../../../src/shared/proparser/profileevaluator.cpp"), 2817,
|
||||
Constants::TASK_CATEGORY_COMPILE))
|
||||
<< QString();
|
||||
|
||||
Reference in New Issue
Block a user