Cleanup: Remove warning overrides and fix two more warnings.

This commit is contained in:
David Nadlinger
2012-12-20 01:00:57 +01:00
parent 0cd78dd579
commit fca550e534
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ void printVersion() {
}
// Helper function to handle -d-debug=* and -d-version=*
static void processVersions(std::vector<std::string>& list, char* type,
static void processVersions(std::vector<std::string>& list, const char* type,
void (*setLevel)(unsigned), void (*addIdent)(const char*)) {
typedef std::vector<std::string>::iterator It;