summaryrefslogtreecommitdiff
path: root/Source/Include/swigwarn.h
diff options
context:
space:
mode:
authorMarcelo Matus <mmatus@acms.arizona.edu>2006-02-17 22:13:37 +0000
committerMarcelo Matus <mmatus@acms.arizona.edu>2006-02-17 22:13:37 +0000
commitcb80d44fa6e7d3ce72fce9fbd1eb905f6a9a10aa (patch)
tree65258c94077ccf3bf8976c19ce00a8c6c51bffca /Source/Include/swigwarn.h
parente9877c5ca7ca2fd5ee695f462811bc4564227554 (diff)
downloadswig-cb80d44fa6e7d3ce72fce9fbd1eb905f6a9a10aa.tar.gz
avoid assert when finding a recursive scope inheritance, emit a warning in the worst case, reported by Nitro
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8832 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Source/Include/swigwarn.h')
-rw-r--r--Source/Include/swigwarn.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Include/swigwarn.h b/Source/Include/swigwarn.h
index 2a1ebdc59..89dd941f3 100644
--- a/Source/Include/swigwarn.h
+++ b/Source/Include/swigwarn.h
@@ -79,6 +79,7 @@
#define WARN_PARSE_EXPLICIT_TEMPLATE 320
#define WARN_PARSE_BUILTIN_NAME 321
#define WARN_PARSE_REDUNDANT 322
+#define WARN_PARSE_REC_INHERITANCE 323
#define WARN_IGNORE_OPERATOR_NEW 350 /* new */
#define WARN_IGNORE_OPERATOR_DELETE 351 /* delete */