diff options
author | Micael Karlberg <[email protected]> | 2019-07-01 18:14:31 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2019-07-01 18:14:31 +0200 |
commit | d0514c38ca691bf24444494f7444283a68087615 (patch) | |
tree | 2a397b1cb42e3ca1e416364320cef731ed3c38b9 /lib/megaco/src/text/megaco_text_parser_prev3a.hrl | |
parent | c5e2def4e4a3c5c61964741efcc5b01f958c15f0 (diff) | |
parent | 2bb25c5877ccd4bc06afe309bb6f0e6d690f444f (diff) | |
download | otp-d0514c38ca691bf24444494f7444283a68087615.tar.gz otp-d0514c38ca691bf24444494f7444283a68087615.tar.bz2 otp-d0514c38ca691bf24444494f7444283a68087615.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/megaco/src/text/megaco_text_parser_prev3a.hrl')
-rw-r--r-- | lib/megaco/src/text/megaco_text_parser_prev3a.hrl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/megaco/src/text/megaco_text_parser_prev3a.hrl b/lib/megaco/src/text/megaco_text_parser_prev3a.hrl index edda850c3a..d7e847993a 100644 --- a/lib/megaco/src/text/megaco_text_parser_prev3a.hrl +++ b/lib/megaco/src/text/megaco_text_parser_prev3a.hrl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2004-2016. All Rights Reserved. +%% Copyright Ericsson AB 2004-2019. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. @@ -1589,6 +1589,7 @@ ensure_uint(Token, Min, Max) -> -ifdef(megaco_parser_inline). -compile({inline,[{ensure_uint,4}]}). -endif. +-dialyzer({nowarn_function, ensure_uint/4}). % Future compat ensure_uint(Val, Min, Max, Line) -> if is_integer(Min) andalso (Val >= Min) -> |