diff options
author | Björn Gustavsson <[email protected]> | 2017-05-11 07:04:32 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2017-05-11 07:04:32 +0200 |
commit | d55c8e08714a8badd4a0af2bd14965b4672958fc (patch) | |
tree | 2adf562c659a8f25d75edf9b65409038590b702d | |
parent | f5d23b7b7146f4375dfefe00b208fdfc360d6bcc (diff) | |
download | otp-d55c8e08714a8badd4a0af2bd14965b4672958fc.tar.gz otp-d55c8e08714a8badd4a0af2bd14965b4672958fc.tar.bz2 otp-d55c8e08714a8badd4a0af2bd14965b4672958fc.zip |
Update compile.xml
-rw-r--r-- | lib/compiler/doc/src/compile.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/compiler/doc/src/compile.xml b/lib/compiler/doc/src/compile.xml index ed04dac1c0..065042ed1c 100644 --- a/lib/compiler/doc/src/compile.xml +++ b/lib/compiler/doc/src/compile.xml @@ -587,9 +587,9 @@ module.beam: module.erl \ to be deprecated.</p> </item> - <tag><c>warn_obsolete_guard</c></tag> + <tag><c>nowarn_obsolete_guard</c></tag> <item> - <p>Emits warnings for calls to old type testing BIFs, + <p>Turns off warnings for calls to old type testing BIFs, such as <c>pid/1</c> and <c>list/1</c>. See the <seealso marker="doc/reference_manual:expressions#guards">Erlang Reference Manual</seealso> for a complete list of type testing BIFs and their old |