improved error output for function cases
[cparser] / warning.c
index 0453c65..5cc88af 100644 (file)
--- a/warning.c
+++ b/warning.c
@@ -66,8 +66,8 @@ warning_t warning = {
        .implicit_function_declaration = true,
        .implicit_int                  = true,
        .main                          = true,
-       .missing_declarations          = true,
-       .missing_prototypes            = true,
+       .missing_declarations          = false,
+       .missing_prototypes            = false,
        .redundant_decls               = true,
        .s_are_errors                  = false,
        .strict_prototypes             = true,