From: David Blaikie Date: Tue, 8 Jan 2013 20:28:13 +0000 (+0000) Subject: Remove on-by-default warning from -Wmost. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=27fdea9b64e0c47b3da8f8d178807f118c8dd2b2;p=clang 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171893 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/DiagnosticGroups.td b/include/clang/Basic/DiagnosticGroups.td index be11a53740..68f388df3a 100644 --- a/include/clang/Basic/DiagnosticGroups.td +++ b/include/clang/Basic/DiagnosticGroups.td @@ -377,7 +377,6 @@ def Most : DiagGroup<"most", [ DeleteNonVirtualDtor, Format, Implicit, - IntToPointerCast, MismatchedTags, MissingBraces, MultiChar,