We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 381eb04 commit 07c41b4Copy full SHA for 07c41b4
clang/include/clang/Basic/DiagnosticSemaKinds.td
@@ -434,7 +434,7 @@ def warn_implicit_function_decl : Warning<
434
InGroup<ImplicitFunctionDeclare>, DefaultIgnore;
435
def ext_implicit_function_decl_c99 : ExtWarn<
436
"call to undeclared function %0; ISO C99 and later do not support implicit "
437
- "function declarations">, InGroup<ImplicitFunctionDeclare>, DefaultError;
+ "function declarations">, InGroup<ImplicitFunctionDeclare>, DefaultIgnore;
438
def note_function_suggestion : Note<"did you mean %0?">;
439
440
def err_ellipsis_first_param : Error<
0 commit comments