From fa90ce72d5df40de7d70c1d6a7b2be1451c7fc9a Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Fri, 24 Jun 2011 20:22:47 +0200 Subject: asn1ct: add warnings_as_errors option --- lib/asn1/doc/src/asn1ct.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lib/asn1/doc/src') diff --git a/lib/asn1/doc/src/asn1ct.xml b/lib/asn1/doc/src/asn1ct.xml index 265f8735c2..50458b4a9a 100644 --- a/lib/asn1/doc/src/asn1ct.xml +++ b/lib/asn1/doc/src/asn1ct.xml @@ -53,7 +53,7 @@ Option = ber_bin | per_bin | uper_bin | der | compact_bit_string | noobj | {n2n,EnumTypeName} |{outdir,Dir} | {i,IncludeDir} | optimize | driver | asn1config | undec_rest | {inline,OutputName} | inline | - {macro_name_prefix, Prefix} | {record_name_prefix, Prefix} | verbose + {macro_name_prefix, Prefix} | {record_name_prefix, Prefix} | verbose | warnings_as_errors OldOption = ber | per Reason = term() Prefix = string() @@ -289,6 +289,10 @@ Binary = binary()

Causes more verbose information from the compiler describing what it is doing.

+ warnings_as_errors + +

Causes warnings to be treated as errors.

+

Any additional option that is applied will be passed to the final step when the generated .erl file is compiled. -- cgit v1.2.3