aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Cerrors.ml
diff options
context:
space:
mode:
Diffstat (limited to 'cparser/Cerrors.ml')
-rw-r--r--cparser/Cerrors.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/cparser/Cerrors.ml b/cparser/Cerrors.ml
index f95188e8..dc0258a5 100644
--- a/cparser/Cerrors.ml
+++ b/cparser/Cerrors.ml
@@ -70,6 +70,7 @@ type warning_type =
| CompCert_conformance
let active_warnings: warning_type list ref = ref [
+ Unnamed;
Unknown_attribute;
Celeven_extension;
Gnu_empty_struct;