From f09b8b4af8efe32c5df08cf436e224b70c6a66c8 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/SWIG@5715 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Doc/Manual/Warnings.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Doc/Manual/Warnings.html b/Doc/Manual/Warnings.html index 2956a263e..ae12f86c9 100644 --- a/Doc/Manual/Warnings.html +++ b/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)