Improved algorithm of renaming of methods with numbers at the end.
Fixed some const issues. Improved report on overloaded function error. Fixed some minor iterator potential problems. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9770 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
e90e28acfc
commit
4cd98d3865
13 changed files with 96 additions and 26 deletions
|
|
@ -34,7 +34,7 @@ C_TEST_CASES += \
|
|||
include $(srcdir)/../common.mk
|
||||
|
||||
# Overridden variables here
|
||||
SWIGOPT += -noautorename -features autodoc=4
|
||||
SWIGOPT += -w801 -noautorename -features autodoc=4
|
||||
|
||||
|
||||
# Rules for the different types of tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue