diff options
author | Richard Carlsson <[email protected]> | 2016-10-29 23:40:01 +0200 |
---|---|---|
committer | Richard Carlsson <[email protected]> | 2016-11-29 14:15:32 +0100 |
commit | ba8f27dca5662ca7c66ac766be107342d808e72b (patch) | |
tree | 03a3cb4243bb08527fca94b9e8703baa0e276271 /lib/compiler/doc | |
parent | 12f6a1b18fc573ce3f245bfd69e62fbaa378b80e (diff) | |
download | otp-ba8f27dca5662ca7c66ac766be107342d808e72b.tar.gz otp-ba8f27dca5662ca7c66ac766be107342d808e72b.tar.bz2 otp-ba8f27dca5662ca7c66ac766be107342d808e72b.zip |
Make warn_export_all the default
Diffstat (limited to 'lib/compiler/doc')
-rw-r--r-- | lib/compiler/doc/src/compile.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/compiler/doc/src/compile.xml b/lib/compiler/doc/src/compile.xml index 81e8ec6c23..e93da85f6c 100644 --- a/lib/compiler/doc/src/compile.xml +++ b/lib/compiler/doc/src/compile.xml @@ -498,9 +498,11 @@ module.beam: module.erl \ </warning> </item> - <tag><c>warn_export_all</c></tag> + <tag><c>nowarn_export_all</c></tag> <item> - <p>Emits a warning if option <c>export_all</c> is also given.</p> + <p>Turns off warnings for uses of the <c>export_all</c> + option. Default is to emit a warning if option + <c>export_all</c> is also given.</p> </item> <tag><c>warn_export_vars</c></tag> |