Chris doesn't want the FIXME.

llvm-svn: 81988
This commit is contained in:
Mike Stump 2009-09-16 01:35:21 +00:00
parent 8d2aa38377
commit eb963680b5
1 changed files with 0 additions and 1 deletions

View File

@ -2079,7 +2079,6 @@ def warn_noreturn_function_has_return_expr : Warning<
InGroup<DiagGroup<"invalid-noreturn">>;
def warn_falloff_noreturn_function : Warning<
"function declared 'noreturn' should not return">,
// FIXME: turn back on in 2010 :-): DefaultError,
InGroup<DiagGroup<"invalid-noreturn">>;
def err_noreturn_block_has_return_expr : Error<
"block declared 'noreturn' should not return">;