mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-09-25 23:00:20 +02:00
Cleanup: Remove warning overrides and fix two more warnings.
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user