summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r--Source/cmake.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx
index 08fbe9d..6971204 100644
--- a/Source/cmake.cxx
+++ b/Source/cmake.cxx
@@ -592,12 +592,10 @@ void cmake::SetArgs(const std::vector<std::string>& args)
else if(arg.find("-Wno-dev",0) == 0)
{
// skip for now
- i++;
}
else if(arg.find("-Wdev",0) == 0)
{
// skip for now
- i++;
}
else if(arg.find("--graphviz=",0) == 0)
{
@@ -3507,7 +3505,7 @@ void cmake::ReportUndefinedPropertyAccesses(const char *filename)
scopeStr = "unknown";
break;
}
- fprintf(progFile,"%s with scope %s\n",ap->first.c_str(),scopeStr);
+ fprintf(progFile, "%s with scope %s\n", ap->first.c_str(), scopeStr);
}
}
fclose(progFile);