diff options
author | Siri Hansen <[email protected]> | 2011-11-30 10:39:22 +0100 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2011-11-30 10:39:22 +0100 |
commit | 598001378c7328fff3fa7b08cec1741b3b536226 (patch) | |
tree | 3bd9f98981080b1f004b61ed751547e467548dbd /lib/dialyzer | |
parent | c1d51c600ee44c630f997d818e074ca1da7da429 (diff) | |
parent | 466b964d3cd5cd599d1f9513f3b1a77156ad6578 (diff) | |
download | otp-598001378c7328fff3fa7b08cec1741b3b536226.tar.gz otp-598001378c7328fff3fa7b08cec1741b3b536226.tar.bz2 otp-598001378c7328fff3fa7b08cec1741b3b536226.zip |
Merge branch 'siri/stdlib/dialyzer-log_mf_h/OTP-9754'
* siri/stdlib/dialyzer-log_mf_h/OTP-9754:
Fix dialyzer warning about gen_event callback init/1 in log_mf_h
Diffstat (limited to 'lib/dialyzer')
-rw-r--r-- | lib/dialyzer/test/behaviour_SUITE_data/results/gen_event_incorrect_return | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dialyzer/test/behaviour_SUITE_data/results/gen_event_incorrect_return b/lib/dialyzer/test/behaviour_SUITE_data/results/gen_event_incorrect_return index 2afb5db133..e646eea383 100644 --- a/lib/dialyzer/test/behaviour_SUITE_data/results/gen_event_incorrect_return +++ b/lib/dialyzer/test/behaviour_SUITE_data/results/gen_event_incorrect_return @@ -1,2 +1,2 @@ -gen_event_incorrect_return.erl:16: The inferred return type of init/1 ('error') has nothing in common with {'ok',_} | {'ok',_,'hibernate'}, which is the expected return type for the callback of gen_event behaviour +gen_event_incorrect_return.erl:16: The inferred return type of init/1 ('error') has nothing in common with {'error',_} | {'ok',_} | {'ok',_,'hibernate'}, which is the expected return type for the callback of gen_event behaviour |