aboutsummaryrefslogtreecommitdiffstats
path: root/src/versions/native/structures.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/versions/native/structures.ml')
-rw-r--r--src/versions/native/structures.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/versions/native/structures.ml b/src/versions/native/structures.ml
index 60ea0e5..1eb43fb 100644
--- a/src/versions/native/structures.ml
+++ b/src/versions/native/structures.ml
@@ -80,7 +80,7 @@ let mkUConst c =
const_entry_opaque = false;
const_entry_inline_code = false}
-let mkTConst c ty =
+let mkTConst c _ ty =
{ const_entry_body = c;
const_entry_type = Some ty;
const_entry_secctx = None;