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:
David Blaikie 2013-01-08 20:28:13 +00:00
parent 4cc9874ff9
commit 9360953135
1 changed files with 0 additions and 1 deletions

View File

@ -377,7 +377,6 @@ def Most : DiagGroup<"most", [
DeleteNonVirtualDtor,
Format,
Implicit,
IntToPointerCast,
MismatchedTags,
MissingBraces,
MultiChar,