aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1/src/asn1ct.erl
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2012-08-30 16:01:26 +0200
committerBjörn-Egil Dahlberg <[email protected]>2012-08-30 16:01:26 +0200
commitda477e3fc1bcac8d8afb4d3eef6d250d4eae37e0 (patch)
treeb4d13bd9a97491abb3dbc6112a535b389b73f0a3 /lib/asn1/src/asn1ct.erl
parent4685b50df9f7f4205502142bb3e2aa62ea259400 (diff)
parentd7cb9ee479189946ccaeb5b5170dbf4a4a478adb (diff)
downloadotp-da477e3fc1bcac8d8afb4d3eef6d250d4eae37e0.tar.gz
otp-da477e3fc1bcac8d8afb4d3eef6d250d4eae37e0.tar.bz2
otp-da477e3fc1bcac8d8afb4d3eef6d250d4eae37e0.zip
Merge branch 'kenneth/asn1/dialyzer-warnings' into maint
* kenneth/asn1/dialyzer-warnings: Remove Dialyzer warnings
Diffstat (limited to 'lib/asn1/src/asn1ct.erl')
-rw-r--r--lib/asn1/src/asn1ct.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asn1/src/asn1ct.erl b/lib/asn1/src/asn1ct.erl
index 99755a95a6..8e971a1c76 100644
--- a/lib/asn1/src/asn1ct.erl
+++ b/lib/asn1/src/asn1ct.erl
@@ -833,7 +833,7 @@ generate({true,{M,_Module,GenTOrV}},OutFile,EncodingRule,Options) ->
asn1ct_table:new(check_functions),
%% create decoding function names and taglists for partial decode
- case specialized_decode_prepare(EncodingRule,M,GenTOrV,Options) of
+ case (catch specialized_decode_prepare(EncodingRule,M,GenTOrV,Options)) of
{error, Reason} -> warning("Error in configuration file: ~n~p~n",
[Reason], Options,
"Error in configuration file");