summaryrefslogtreecommitdiff
path: root/Source/Include
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2010-09-27 05:40:14 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2010-09-27 05:40:14 +0000
commit40e64b14f148b3d58dc13cca7df59a0193926e68 (patch)
treeb2587f32d99f9ad419dce2abd2bca1f596a15751 /Source/Include
parent5437d71d73569400cc2f544a7934f2c768efa8f5 (diff)
downloadswig-40e64b14f148b3d58dc13cca7df59a0193926e68.tar.gz
Allocate warnings 700-799 for languages modules. Note 900-999 was and is documented as reserved for user defined warnings.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12230 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Source/Include')
-rw-r--r--Source/Include/swigwarn.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/Source/Include/swigwarn.h b/Source/Include/swigwarn.h
index 46f5b79a5..5db30e6e9 100644
--- a/Source/Include/swigwarn.h
+++ b/Source/Include/swigwarn.h
@@ -196,11 +196,16 @@
/* -- Reserved (600-799) -- */
-/* -- Language module specific warnings (800 - 999) -- */
+/* -- Language module specific warnings (700 - 899) -- */
+
+/* Feel free to claim any number in this space that's not currently being used. Just make sure you
+ add an entry here */
#define WARN_RUBY_WRONG_NAME 801
#define WARN_RUBY_MULTIPLE_INHERITANCE 802
+/* please leave 800-809 free for Ruby */
+
#define WARN_JAVA_TYPEMAP_JNI_UNDEF 810
#define WARN_JAVA_TYPEMAP_JTYPE_UNDEF 811
#define WARN_JAVA_TYPEMAP_JSTYPE_UNDEF 812
@@ -262,7 +267,6 @@
/* please leave 890-899 free for Go */
-/* Feel free to claim any number in this space that's not currently being used. Just make sure you
- add an entry here */
+/* -- User defined warnings (900 - 999) -- */
#endif