lib/asn1: WIN32 suppress "unreferenced local variable" warning
commitdcfcdd00d89ef0de2dd0425f6d90b2291aca853c
authorJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 8 Jan 2019 16:38:01 +0000 (8 11:38 -0500)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 14 Jan 2019 11:12:36 +0000 (14 06:12 -0500)
treedcb9ec5e5a371f8fb1bee1bf2633111c2b9d49b3
parent63579e6eb1fac773c5fbe802573cb49499305d00
lib/asn1: WIN32 suppress "unreferenced local variable" warning

the code generated by asn1_compile.exe includes a large number
of unreferenced local variables.  The resulting warnings drown
out other potentially more serious warnings.

This change suppresses the C4101 warnings in the generated
source files.

Change-Id: I17642ff427f457c885b1eb0e62436f3bc9057ee1
lib/asn1/gen.c