Skip to content

Commit 07c41b4

Browse files
authored
Closes #26
1 parent 381eb04 commit 07c41b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Basic/DiagnosticSemaKinds.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ def warn_implicit_function_decl : Warning<
434434
InGroup<ImplicitFunctionDeclare>, DefaultIgnore;
435435
def ext_implicit_function_decl_c99 : ExtWarn<
436436
"call to undeclared function %0; ISO C99 and later do not support implicit "
437-
"function declarations">, InGroup<ImplicitFunctionDeclare>, DefaultError;
437+
"function declarations">, InGroup<ImplicitFunctionDeclare>, DefaultIgnore;
438438
def note_function_suggestion : Note<"did you mean %0?">;
439439

440440
def err_ellipsis_first_param : Error<

0 commit comments

Comments
 (0)