[Scummvm-git-logs] scummvm master -> 601d9dc7d4decf6fbba0ed1796b9c44a68c112b9

SupSuper noreply at scummvm.org
Mon Apr 25 06:01:34 UTC 2022


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
601d9dc7d4 CREATE_PROJECT: Warning flag -Wall already includes -Wimplicit


Commit: 601d9dc7d4decf6fbba0ed1796b9c44a68c112b9
    https://github.com/scummvm/scummvm/commit/601d9dc7d4decf6fbba0ed1796b9c44a68c112b9
Author: SupSuper (supsuper at gmail.com)
Date: 2022-04-25T06:59:13+01:00

Commit Message:
CREATE_PROJECT: Warning flag -Wall already includes -Wimplicit

Changed paths:
    devtools/create_project/create_project.cpp


diff --git a/devtools/create_project/create_project.cpp b/devtools/create_project/create_project.cpp
index dc97fd8a02a..4863343e0c4 100644
--- a/devtools/create_project/create_project.cpp
+++ b/devtools/create_project/create_project.cpp
@@ -783,7 +783,6 @@ void addGCCWarnings(StringList &globalWarnings) {
 	globalWarnings.push_back("-Wcast-qual");
 	globalWarnings.push_back("-Wcast-align");
 	globalWarnings.push_back("-Wshadow");
-	globalWarnings.push_back("-Wimplicit");
 	globalWarnings.push_back("-Wnon-virtual-dtor");
 	globalWarnings.push_back("-Wwrite-strings");
 	// The following are not warnings at all... We should consider adding them to




More information about the Scummvm-git-logs mailing list