aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Cerrors.mli
diff options
context:
space:
mode:
Diffstat (limited to 'cparser/Cerrors.mli')
-rw-r--r--cparser/Cerrors.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/cparser/Cerrors.mli b/cparser/Cerrors.mli
index 1ef8bb21..56894c87 100644
--- a/cparser/Cerrors.mli
+++ b/cparser/Cerrors.mli
@@ -28,7 +28,7 @@ type warning_type =
| Unnamed (** warnings which cannot be turned off *)
| Unknown_attribute (** usage of unsupported/unknown attributes *)
| Zero_length_array (** gnu extension for zero lenght arrays *)
- | Celeven_extension (** C11 fetatures *)
+ | Celeven_extension (** C11 features *)
| Gnu_empty_struct (** gnu extension for empty struct *)
| Missing_declarations (** declation which do not declare anything *)
| Constant_conversion (** dangerous constant conversions *)
@@ -37,7 +37,7 @@ type warning_type =
| Implicit_function_declaration (** deprecated implicit function declaration *)
| Pointer_type_mismatch (** pointer type mismatch in ?: operator *)
| Compare_distinct_pointer_types (** comparison between different pointer types *)
- | Pedantic (** non C99 code *)
+ | Implicit_int (** implict int parameter or return type *)
| Main_return_type (** wrong return type for main *)
| Invalid_noreturn (** noreturn function containing return *)
| Return_type (** void return in non-void function *)