summaryrefslogtreecommitdiff
path: root/Source/Include/swigwarn.h
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2011-02-17 21:54:13 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2011-02-17 21:54:13 +0000
commit0913f41fb436fdc82ccd24ac92c4d60b089fe74f (patch)
treee7eb561f9cc872c0449519a94e68c459b80fe4ba /Source/Include/swigwarn.h
parent4ac99b5f96ce87b435cc98f933f0555835f5f305 (diff)
downloadswig-0913f41fb436fdc82ccd24ac92c4d60b089fe74f.tar.gz
Change preprocessing error for tokens appearing after #else and #end to warning. Add some missing warning documentation and a couple of warning messages tidy up.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12467 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 9c5c3be74..9f1df25d2 100644
--- a/Source/Include/swigwarn.h
+++ b/Source/Include/swigwarn.h
@@ -60,6 +60,7 @@
#define WARN_PP_INCLUDEALL_IMPORTALL 203
#define WARN_PP_CPP_WARNING 204
#define WARN_PP_CPP_ERROR 205
+#define WARN_PP_UNEXPECTED_TOKENS 206
/* -- C/C++ Parser -- */