diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2011-11-15 19:25:38 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2011-11-15 19:25:38 +0000 |
commit | 197a895e75ad464411fde5b3310d41393c872c7b (patch) | |
tree | d7eaf6c67e2dc1b469934ddf1d2a02f80857cb7c /clang | |
parent | fe5d139b51c4d2715b4c5858daf74d81d7725fd8 (diff) | |
download | bcm5719-llvm-197a895e75ad464411fde5b3310d41393c872c7b.tar.gz bcm5719-llvm-197a895e75ad464411fde5b3310d41393c872c7b.zip |
Remove one group'ed warning.
llvm-svn: 144678
Diffstat (limited to 'clang')
-rw-r--r-- | clang/test/Misc/warning-flags.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/test/Misc/warning-flags.c b/clang/test/Misc/warning-flags.c index 1c4d1c84490..5fc48cdb6d8 100644 --- a/clang/test/Misc/warning-flags.c +++ b/clang/test/Misc/warning-flags.c @@ -17,7 +17,7 @@ This test serves two purposes: The list of warnings below should NEVER grow. It should gradually shrink to 0. -CHECK: Warnings without flags (275): +CHECK: Warnings without flags (274): CHECK-NEXT: ext_anon_param_requires_type_specifier CHECK-NEXT: ext_anonymous_struct_union_qualified CHECK-NEXT: ext_array_init_copy @@ -110,7 +110,6 @@ CHECK-NEXT: warn_attribute_iboutlet CHECK-NEXT: warn_attribute_ignored CHECK-NEXT: warn_attribute_ignored_for_field_of_type CHECK-NEXT: warn_attribute_malloc_pointer_only -CHECK-NEXT: warn_attribute_method_def CHECK-NEXT: warn_attribute_nonnull_no_pointers CHECK-NEXT: warn_attribute_precede_definition CHECK-NEXT: warn_attribute_sentinel_named_arguments |