diff options
author | Micael Karlberg <[email protected]> | 2011-07-18 15:27:17 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-07-18 15:27:17 +0200 |
commit | fc26533846df044af302e5f27363cb8025fa7151 (patch) | |
tree | 67ffc59080f8d6853f8087b4962fb404b463a6c7 /lib/snmp | |
parent | cac2257eeee2158fc0348913a7551fd947f40787 (diff) | |
download | otp-fc26533846df044af302e5f27363cb8025fa7151.tar.gz otp-fc26533846df044af302e5f27363cb8025fa7151.tar.bz2 otp-fc26533846df044af302e5f27363cb8025fa7151.zip |
[compiler] Make documentation for the snmpc escript
regarding the the new option for warnings as errors
("--wae" in this case).
Tuncer Ayaz.
OTP-9437
Diffstat (limited to 'lib/snmp')
-rw-r--r-- | lib/snmp/doc/src/snmpc_cmd.xml | 5 | ||||
-rw-r--r-- | lib/snmp/src/app/snmp.appup.src | 8 | ||||
-rw-r--r-- | lib/snmp/vsn.mk | 2 |
3 files changed, 14 insertions, 1 deletions
diff --git a/lib/snmp/doc/src/snmpc_cmd.xml b/lib/snmp/doc/src/snmpc_cmd.xml index 9358382a10..e3064fc086 100644 --- a/lib/snmp/doc/src/snmpc_cmd.xml +++ b/lib/snmp/doc/src/snmpc_cmd.xml @@ -178,6 +178,11 @@ it will be. </p> </item> + <tag>--wae</tag> + <item> + <p>Warnings as errors. Indicates that warnings shall be treated as errors. </p> + </item> + </taglist> </section> diff --git a/lib/snmp/src/app/snmp.appup.src b/lib/snmp/src/app/snmp.appup.src index 9d10db67a1..e4fce0e834 100644 --- a/lib/snmp/src/app/snmp.appup.src +++ b/lib/snmp/src/app/snmp.appup.src @@ -22,6 +22,10 @@ %% ----- U p g r a d e ------------------------------------------------------- [ + {"4.20.1", + [ + ] + }, {"4.20", [ {load_module, snmp_target_mib, soft_purge, soft_purge, []}, @@ -115,6 +119,10 @@ %% ------D o w n g r a d e --------------------------------------------------- [ + {"4.20.1", + [ + ] + }, {"4.20", [ {load_module, snmp_target_mib, soft_purge, soft_purge, []}, diff --git a/lib/snmp/vsn.mk b/lib/snmp/vsn.mk index fe3ba2c04a..08251ab9ea 100644 --- a/lib/snmp/vsn.mk +++ b/lib/snmp/vsn.mk @@ -17,6 +17,6 @@ # # %CopyrightEnd% -SNMP_VSN = 4.20.1 +SNMP_VSN = 4.21 PRE_VSN = APP_VSN = "snmp-$(SNMP_VSN)$(PRE_VSN)" |