aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/NULL.c
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2017-09-12 23:05:16 -0700
committerLev Walkin <vlm@lionet.info>2017-09-12 23:05:16 -0700
commit91da82f47139d68a0ef415eb477c3ea8c3fb6c36 (patch)
treef825189fdaa5ca3639bac60d0daf41cc445932ee /skeletons/NULL.c
parent96d388c567fed020d307a63b7fc1fc4f220f7b44 (diff)
remove warnings
Diffstat (limited to 'skeletons/NULL.c')
-rw-r--r--skeletons/NULL.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/skeletons/NULL.c b/skeletons/NULL.c
index f82f5e46..c49328b9 100644
--- a/skeletons/NULL.c
+++ b/skeletons/NULL.c
@@ -155,6 +155,8 @@ NULL_encode_oer(asn_TYPE_descriptor_t *td,
asn_app_consume_bytes_f *cb, void *app_key) {
asn_enc_rval_t er;
+ (void)td;
+ (void)sptr;
(void)constraints;
(void)cb;
(void)app_key;