diff options
author | Micael Karlberg <[email protected]> | 2011-07-19 15:39:11 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-07-19 15:39:11 +0200 |
commit | f203698b44d50744a7543c79c936b148efd9e7ca (patch) | |
tree | 4c79fb4d59f7ff5c3b175597bc0d4ba35373f30f /lib/snmp/doc/src/notes.xml | |
parent | d9f6226ed0d91c7f6339c63c65c0df63da89af24 (diff) | |
parent | fc26533846df044af302e5f27363cb8025fa7151 (diff) | |
download | otp-f203698b44d50744a7543c79c936b148efd9e7ca.tar.gz otp-f203698b44d50744a7543c79c936b148efd9e7ca.tar.bz2 otp-f203698b44d50744a7543c79c936b148efd9e7ca.zip |
[compiler] Added the option warnings_as_errors (for the SNMP MIB
compiler (escript) frontend, the option --wae is used) which
specifies whether warnings should be treated as errors.
Tuncer Ayaz.
OTP-9437
Merge branch 'bmk/snmp/compiler/warnings_as_errors/OTP-9437' into bmk/snmp/snmp421_integration
Conflicts:
lib/snmp/doc/src/notes.xml
lib/snmp/src/app/snmp.appup.src
lib/snmp/src/compile/Makefile
Diffstat (limited to 'lib/snmp/doc/src/notes.xml')
-rw-r--r-- | lib/snmp/doc/src/notes.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/lib/snmp/doc/src/notes.xml b/lib/snmp/doc/src/notes.xml index 7e4099c7a8..7b389929cf 100644 --- a/lib/snmp/doc/src/notes.xml +++ b/lib/snmp/doc/src/notes.xml @@ -35,7 +35,7 @@ <section> <title>SNMP Development Toolkit 4.21</title> <p>Version 4.21 supports code replacement in runtime from/to - version 4.20.1, 4.20, 4.19 and 4.18.</p> + version 4.20.1, 4.20 and 4.19. </p> <section> <title>Improvements and new features</title> @@ -58,6 +58,16 @@ <p>Own Id: OTP-9305</p> <p>Aux Id: Seq 11847</p> </item> + + <item> + <p>[compiler] Added the option + <seealso marker="snmpc#compile">warnings_as_errors</seealso> + (for the SNMP MIB compiler (escript) frontend, the option + <seealso marker="snmpc(command)">--wae</seealso> is used) + which specifies whether warnings should be treated as errors. </p> + <p>Tuncer Ayaz</p> + <p>Own Id: OTP-9437</p> + </item> </list> </section> |