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 3905065 commit 22a7d21Copy full SHA for 22a7d21
src/frontc/cabs2cil.ml
@@ -2870,10 +2870,10 @@ and doType (nameortype: attributeClass) (* This is AttrName if we are doing
2870
(cabsTypeAddAttributes a1f tf), ap)
2871
| _ ->
2872
if a1f <> [] && not a1fadded then
2873
- E.s (error "Invalid position for (prefix) function type attributes:%a"
+ ignore (warn "Invalid position for (prefix) function type attributes:%a"
2874
d_attrlist a1f);
2875
if a2f <> [] then
2876
- E.s (error "Invalid position for (post) function type attributes:%a"
+ ignore (warn "Invalid position for (post) function type attributes:%a"
2877
d_attrlist a2f);
2878
restyp
2879
in
0 commit comments