From 98aae1f83fcefeee99fbcb62f8588c1bcf0bd7b9 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Tue, 29 Mar 2005 21:48:48 +0000 Subject: [PATCH] resurrected warning 470 git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7114 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Doc/Manual/Warnings.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SWIG/Doc/Manual/Warnings.html b/SWIG/Doc/Manual/Warnings.html index a6e4af471..7bb9a2c0a 100644 --- a/SWIG/Doc/Manual/Warnings.html +++ b/SWIG/Doc/Manual/Warnings.html @@ -425,7 +425,8 @@ example.i(4): Syntax error in input.
  • 467. Overloaded declaration not supported (no type checking rule for 'type')
  • 468. No 'throw' typemap defined for exception type type
  • 469. No or improper directorin typemap defined for type -
  • 470. Unable to use return type type in director method +
  • 470. Possible thread/reentrant unsafe wrapping +
  • 471. Unable to use return type type in director method

    14.8.5 Code generation (500-599)