+Thu Apr 13 20:13:38 1995 Keith Vetter (keithv@fusion.com)
+
+ * asn1_k_decode.c: fixed up 'unreferenced local variable' problems.
+
Thu Apr 13 15:49:16 1995 Keith Vetter (keithv@fusion.com)
* *.[ch]: removed unneeded INTERFACE from non-api functions.
asn1_class class;\
asn1_construction construction;\
asn1_tagnum tagnum;\
-int length,taglen,applen
+int length,taglen
+
+#define unused_var(x) if(0) x=0
#define next_tag()\
retval = asn1_get_tag(&subbuf,&class,&construction,&tagnum,&taglen);\
asn1_octet o;
int i;
krb5_flags f=0;
+ unused_var(taglen);
retval = asn1_get_tag(buf,&class,&construction,&tagnum,&length);
if(retval) return retval;
krb5_ticket * val;
{
setup();
+ int applen;
apptag(1);
{ begin_structure();
{ krb5_kvno vno;