From ce550c97975cce13b90f6a3a07a7e253491e23aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Mon, 16 Apr 2018 13:09:29 +0200 Subject: Remove warnings for improper use of erlang:get_stacktrace/0 Those warnings don't make sense any more since erlang:get_stacktrace/0 is now deprecated. --- lib/compiler/doc/src/compile.xml | 8 -------- 1 file changed, 8 deletions(-) (limited to 'lib/compiler/doc') diff --git a/lib/compiler/doc/src/compile.xml b/lib/compiler/doc/src/compile.xml index 06afc55c07..e4491288a6 100644 --- a/lib/compiler/doc/src/compile.xml +++ b/lib/compiler/doc/src/compile.xml @@ -649,14 +649,6 @@ module.beam: module.erl \

Turns off warnings for unused record types. Default is to emit warnings for unused locally defined record types.

- - nowarn_get_stacktrace - -

Turns off warnings for using get_stacktrace/0 in a context - where it will probably not work in a future release. For example, - by default there will be a warning if get_stacktrace/0 is - used following a catch expression.

-

Another class of warnings is generated by the compiler -- cgit v1.2.3