forked from OSchip/llvm-project
Remove on-by-default warning from -Wmost.
-Wint-to-pointer-cast, added to match GCC's warning by the same name, doesn't need to be in any other groups (as it isn't in any groups in GCC either). Found in post-commit review by Ted Kremenek. llvm-svn: 171893
This commit is contained in:
parent
4cc9874ff9
commit
9360953135
|
@ -377,7 +377,6 @@ def Most : DiagGroup<"most", [
|
|||
DeleteNonVirtualDtor,
|
||||
Format,
|
||||
Implicit,
|
||||
IntToPointerCast,
|
||||
MismatchedTags,
|
||||
MissingBraces,
|
||||
MultiChar,
|
||||
|
|
Loading…
Reference in New Issue