aboutsummaryrefslogtreecommitdiffstats
path: root/cparser
diff options
context:
space:
mode:
Diffstat (limited to 'cparser')
-rw-r--r--cparser/Diagnostics.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/cparser/Diagnostics.ml b/cparser/Diagnostics.ml
index e24b8e68..7957375c 100644
--- a/cparser/Diagnostics.ml
+++ b/cparser/Diagnostics.ml
@@ -131,6 +131,7 @@ let all_warnings =
(Unused_variable, false);
(Unused_parameter, false);
(Wrong_ais_parameter, true);
+ (Unused_ais_parameter, true);
(Ignored_attributes, true);
(Extern_after_definition, true);
(Static_in_inline, true);