fix warnings
diff --git a/skeletons/constr_CHOICE_oer.c b/skeletons/constr_CHOICE_oer.c
index 13d3dca..6cd7a0a 100644
--- a/skeletons/constr_CHOICE_oer.c
+++ b/skeletons/constr_CHOICE_oer.c
@@ -134,6 +134,8 @@
     asn_CHOICE_specifics_t *specs = (asn_CHOICE_specifics_t *)td->specifics;
     asn_TYPE_member_t *elements = td->elements;
 
+    (void)specs;
+
     /*
      * Parts of the structure being constructed.
      */
@@ -319,6 +321,7 @@
     asn_enc_rval_t er;
 
     (void)constraints;
+    (void)specs;
 
     if(!sptr) ASN__ENCODE_FAILED;