llvm-toolchain/debian/patches/lldb-disable-swig-error.diff

14 lines
665 B
Diff

Index: llvm-toolchain-snapshot_5.0~svn305065/lldb/scripts/lldb.swig
===================================================================
--- llvm-toolchain-snapshot_5.0~svn305065.orig/lldb/scripts/lldb.swig
+++ llvm-toolchain-snapshot_5.0~svn305065/lldb/scripts/lldb.swig
@@ -44,7 +44,7 @@ Older swig versions will simply ignore t
%enddef
// These versions will not generate working python modules, so error out early.
#if SWIG_VERSION >= 0x030009 && SWIG_VERSION < 0x030011
-#error Swig versions 3.0.9 and 3.0.10 are incompatible with lldb.
+#warning Swig versions 3.0.9 and 3.0.10 are incompatible with lldb.
#endif
// The name of the module to be created.