Just warn about unimplemented types - they can be safely skipped.
authorRichard W.M. Jones <rich@annexia.org>
Tue, 1 Jul 2008 12:34:31 +0000 (12:34 +0000)
committerRichard W.M. Jones <rich@annexia.org>
Tue, 1 Jul 2008 12:34:31 +0000 (12:34 +0000)
cil-tools/bitmatch_import_c.ml

index dc4e520..6936fac 100644 (file)
@@ -293,7 +293,7 @@ OPTIONS" in
            [] (* XXX *)
 
        | t ->
-           Errormsg.unimp "to_fields: %a: unhandled type: %a"
+           Errormsg.warn "pattern_of_struct: %a: unhandled type: %a"
              d_loc loc d_type t;
            []