aboutsummaryrefslogtreecommitdiff
path: root/test/Misc/warning-flags.c
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2012-11-07 01:43:44 +0000
committerTed Kremenek <kremenek@apple.com>2012-11-07 01:43:44 +0000
commit8fcdea5cc450bee3d79f0749cf9b98cdbeae30e2 (patch)
tree658de0690e6e46548129f8080da4504a5b97d278 /test/Misc/warning-flags.c
parenteaa6b12031e55e7b039a8bf4b11e58df1f06cc5e (diff)
Add -Wmismatched-return-types flag for existing warning on conflicting return types.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167518 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Misc/warning-flags.c')
-rw-r--r--test/Misc/warning-flags.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Misc/warning-flags.c b/test/Misc/warning-flags.c
index 0e1bd794dc..c3f14bce31 100644
--- a/test/Misc/warning-flags.c
+++ b/test/Misc/warning-flags.c
@@ -18,7 +18,7 @@ This test serves two purposes:
The list of warnings below should NEVER grow. It should gradually shrink to 0.
-CHECK: Warnings without flags (149):
+CHECK: Warnings without flags (148):
CHECK-NEXT: ext_delete_void_ptr_operand
CHECK-NEXT: ext_enum_friend
CHECK-NEXT: ext_expected_semi_decl_list
@@ -58,7 +58,6 @@ CHECK-NEXT: warn_call_wrong_number_of_arguments
CHECK-NEXT: warn_case_empty_range
CHECK-NEXT: warn_char_constant_too_large
CHECK-NEXT: warn_collection_expr_type
-CHECK-NEXT: warn_conflicting_ret_types
CHECK-NEXT: warn_conflicting_variadic
CHECK-NEXT: warn_conv_to_base_not_used
CHECK-NEXT: warn_conv_to_self_not_used