summaryrefslogtreecommitdiff
path: root/Doc/Manual/Lua.html
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2010-01-09 19:34:43 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2010-01-09 19:34:43 +0000
commite554146aacf1e0fe1b79aec35cc433d711cc8a85 (patch)
treed1c07d238cf0897d9cb8071faf5fd322ed43f73d /Doc/Manual/Lua.html
parenta541f7c2030e5601bd717b68c6399234181fcd59 (diff)
downloadswig-e554146aacf1e0fe1b79aec35cc433d711cc8a85.tar.gz
Fix a few inconsistencies in reporting of file/line numberings including modifying the overload warnings to now be two line warnings
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11813 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Doc/Manual/Lua.html')
-rw-r--r--Doc/Manual/Lua.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Manual/Lua.html b/Doc/Manual/Lua.html
index cc7663cd4..b236ab9f7 100644
--- a/Doc/Manual/Lua.html
+++ b/Doc/Manual/Lua.html
@@ -684,8 +684,8 @@ void foo(Bar &amp;b);
If declarations such as these appear, you will get a warning message like this:
</p>
<div class="shell"><pre>
-example.i:12: Warning 509: Overloaded spam(short) is shadowed by spam(int)
-at example.i:11.
+example.i:12: Warning 509: Overloaded method spam(short) effectively ignored,
+example.i:11: Warning 509: as it is shadowed by spam(int).
</pre></div>
<p>
To fix this, you either need to ignore or rename one of the methods. For example: