From 903b3d5ac3908ade77623144a5c33cbcbfe9ce59 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Fri, 21 Apr 2023 14:51:33 +1200 Subject: Warnings.html: Add missing warning numbers 472,473 Fixes #2528 --- Doc/Manual/Warnings.html | 2 ++ 1 file changed, 2 insertions(+) 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).
  • 469. No or improper directorin typemap defined for type
  • 470. Thread/reentrant unsafe wrapping, consider returning by value instead.
  • 471. Unable to use return type type in director method +
  • 472. Overloaded method method with no explicit typecheck typemap for arg number of type 'type' +
  • 473. Returning a pointer or reference in a director method is not recommended.
  • 474. Method method usage of the optimal attribute ignored in the out typemap as the following cannot be used to generate optimal code: code
  • 475. Multiple calls to method might be generated due to optimal attribute usage in the out typemap.
  • 476. Initialization using std::initializer_list. -- cgit v1.2.1