forked from qt-creator/qt-creator
Qmake: Fix a warning
qmakeevaluator.cpp:297:13: warning: this statement may fall through [-Wimplicit-fallthrough=] Change-Id: I157ba28e438b623d41dc7444c1381ecd649d3425 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -295,7 +295,8 @@ ProStringList QMakeEvaluator::split_value_list(QStringView vals, int source)
|
|||||||
--x;
|
--x;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// fallthrough
|
hadWord = true;
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
hadWord = true;
|
hadWord = true;
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user