From 0cbc9e2fb215c40b2cc41dc22bc45047fb25b634 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Thu, 12 Feb 2004 21:51:19 +0000 Subject: [PATCH] new overload warnings for statically typed languages git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5715 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Doc/Manual/Warnings.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SWIG/Doc/Manual/Warnings.html b/SWIG/Doc/Manual/Warnings.html index 2956a263e..ae12f86c9 100644 --- a/SWIG/Doc/Manual/Warnings.html +++ b/SWIG/Doc/Manual/Warnings.html @@ -389,6 +389,9 @@ example.i(4): Syntax error in input.
  • 511. Can't use keyword arguments with overloaded functions.
  • 512. Overloaded declaration const ignored. Non-const method at file:line used.
  • 513. Can't generate wrappers for unnamed struct/class. +
  • 514. +
  • 515. +
  • 516. Overloaded method declaration ignored. Method declaration at file:line used.

    12.7.6 Language module specific (800-899)