summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2023-04-21 14:51:33 +1200
committerOlly Betts <olly@survex.com>2023-04-21 14:52:26 +1200
commit903b3d5ac3908ade77623144a5c33cbcbfe9ce59 (patch)
treee27a871e9d8dd26455d980470e3019deb0aca39f
parent69134f462b0deb672c77e5285184045db9e85db8 (diff)
downloadswig-903b3d5ac3908ade77623144a5c33cbcbfe9ce59.tar.gz
Warnings.html: Add missing warning numbers 472,473
Fixes #2528
-rw-r--r--Doc/Manual/Warnings.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/Manual/Warnings.html b/Doc/Manual/Warnings.html
index 1ed629cc6..bc36f18e6 100644
--- a/Doc/Manual/Warnings.html
+++ b/Doc/Manual/Warnings.html
@@ -512,6 +512,8 @@ example.i(4) : Syntax error in input(1).
<li>469. No or improper directorin typemap defined for <em>type</em>
<li>470. Thread/reentrant unsafe wrapping, consider returning by value instead.
<li>471. Unable to use return type <em>type</em> in director method
+<li>472. Overloaded method <em>method</em> with no explicit typecheck typemap for arg <em>number</em> of type '<em>type</em>'
+<li>473. Returning a pointer or reference in a director method is not recommended.
<li>474. Method <em>method</em> usage of the optimal attribute ignored in the out typemap as the following cannot be used to generate optimal code: <em>code</em>
<li>475. Multiple calls to <em>method</em> might be generated due to optimal attribute usage in the out typemap.
<li>476. Initialization using std::initializer_list.