forked from qt-creator/qt-creator
Maemo: Silence incompetent compiler.
This commit is contained in:
@@ -198,7 +198,7 @@ QString MaemoDeployableListModel::localExecutableFilePath() const
|
||||
return QString();
|
||||
|
||||
const bool isLib = m_proFileNode->projectType() == LibraryTemplate;
|
||||
bool isStatic;
|
||||
bool isStatic = false; // Nonsense init for stupid compilers.
|
||||
QString fileName;
|
||||
if (isLib) {
|
||||
fileName += QLatin1String("lib");
|
||||
|
||||
Reference in New Issue
Block a user