CREATE_PROJECT: Warning flag -Wall already includes -Wimplicit
This commit is contained in:
parent
18ebbdcf99
commit
601d9dc7d4
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue