git.annexia.org
/
ocaml-bitstring.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e118b0b
)
Just warn about unimplemented types - they can be safely skipped.
author
Richard W.M. Jones
<rich@annexia.org>
Tue, 1 Jul 2008 12:34:31 +0000
(12:34 +0000)
committer
Richard W.M. Jones
<rich@annexia.org>
Tue, 1 Jul 2008 12:34:31 +0000
(12:34 +0000)
cil-tools/bitmatch_import_c.ml
patch
|
blob
|
history
diff --git
a/cil-tools/bitmatch_import_c.ml
b/cil-tools/bitmatch_import_c.ml
index
dc4e520
..
6936fac
100644
(file)
--- a/
cil-tools/bitmatch_import_c.ml
+++ b/
cil-tools/bitmatch_import_c.ml
@@
-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;
[]