aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/snmp/doc/src/notes.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/snmp/doc/src/notes.xml b/lib/snmp/doc/src/notes.xml
index 504b801fd3..e55f58c659 100644
--- a/lib/snmp/doc/src/notes.xml
+++ b/lib/snmp/doc/src/notes.xml
@@ -44,7 +44,10 @@
-->
<list type="bulleted">
<item>
- <p>[compiler] Added the option
+ <p>[compiler] Used wrong variable name (for
+ warnings-as-errors variable), which caused the
+ compiler to crash when using the snmpc script. </p>
+ <p>Also added the option
<seealso marker="snmpc(command)#option_werror">--Werror</seealso>
for the SNMP MIB compiler (escript) frontend (to mimic
<seealso marker="erts:erlc">erlc</seealso>),