summaryrefslogtreecommitdiff
path: root/Examples/xml
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2022-10-13 21:14:44 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2022-10-13 21:14:44 +0100
commitf13de56e5f88aaed94a2fe143ee766755ee82cf1 (patch)
treeebb1a6cfade9b4a670c2c25bb59a9fcebf441619 /Examples/xml
parent46f7501d94f8fb3432863344aeda6d4fd85fb1a4 (diff)
downloadswig-f13de56e5f88aaed94a2fe143ee766755ee82cf1.tar.gz
Revert "[xml] Move to "Experimental" target language status"
This reverts commit 22a4355f340e9a844d5e5d8d0528d767c4808ebb. Conflicts: CHANGES.current RELEASENOTES
Diffstat (limited to 'Examples/xml')
-rw-r--r--Examples/xml/Makefile.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/Examples/xml/Makefile.in b/Examples/xml/Makefile.in
index eaabe0ac5..44894b8ea 100644
--- a/Examples/xml/Makefile.in
+++ b/Examples/xml/Makefile.in
@@ -5,11 +5,9 @@ top_srcdir = @top_srcdir@
top_builddir = @top_builddir@
SWIGEXE = $(top_builddir)/swig
-# Suppress "experimental target language" warning
-SWIGOPT = -w524
SWIG_LIB_DIR = $(top_srcdir)/Lib
SWIG_LIB_SET = @SWIG_LIB_SET@
-SWIGINVOKE = $(SWIG_LIB_SET) $(SWIGTOOL) $(SWIGEXE) $(SWIGOPT)
+SWIGINVOKE = $(SWIG_LIB_SET) $(SWIGTOOL) $(SWIGEXE)
cleanup = tail +2 \
| sed -e 's/ident="ID[0-9A-F]*"//g' \