Compile without warnings

This commit is contained in:
mae
2009-03-26 15:33:32 +01:00
parent f7c469f3b3
commit 62dd2a5acb
2 changed files with 3 additions and 2 deletions

View File

@@ -215,6 +215,7 @@ void CMakeProject::parseCMakeLists()
QString CMakeProject::buildParser(const QString &buildConfiguration) const
{
Q_UNUSED(buildConfiguration);
// TODO this is actually slightly wrong, but do i care?
// this should call toolchain(buildConfiguration)
if (!m_toolChain)