summaryrefslogtreecommitdiff
path: root/Source/Include/swigwarn.h
diff options
context:
space:
mode:
authorMatevz Jekovec <matevz.jekovec@gmail.com>2009-08-12 16:50:17 +0000
committerMatevz Jekovec <matevz.jekovec@gmail.com>2009-08-12 16:50:17 +0000
commitdccbc68c70e43b3af063777cd0d3cf87d5770df7 (patch)
tree7701190019108c791e6d00eaa6084bf6d3c95b00 /Source/Include/swigwarn.h
parentbc8f86b6ec1b144147a74afe236002600250d687 (diff)
downloadswig-dccbc68c70e43b3af063777cd0d3cf87d5770df7.tar.gz
Added warning for initializer_list introduced in C++0x.
Added testcase cpp0x_initializer_list. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-matevz@11540 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 e25e4408b..292aa0ba6 100644
--- a/Source/Include/swigwarn.h
+++ b/Source/Include/swigwarn.h
@@ -189,6 +189,7 @@
#define WARN_LANG_DIRECTOR_ABSTRACT 517
#define WARN_LANG_PORTABILITY_FILENAME 518
#define WARN_LANG_TEMPLATE_METHOD_IGNORE 519
+#define WARN_LANG_INITIALIZER_LIST 520
/* -- Reserved (600-799) -- */