accept and ignore -Wconversion

llvm-svn: 69914
This commit is contained in:
Chris Lattner 2009-04-23 19:54:39 +00:00
parent 723f175bc9
commit 310c921944
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ def : DiagGroup<"cast-qual">;
def : DiagGroup<"char-align">;
def : DiagGroup<"char-subscripts">;
def Comment : DiagGroup<"comment">;
def : DiagGroup<"conversion">;
def : DiagGroup<"declaration-after-statement">;
def : DiagGroup<"format-security">;
def : DiagGroup<"format=2">;