lldb-disable-swig-error
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Mon, 20 Jan 2020 09:26:04 +0000 (09:26 +0000)
committerGianfranco Costamagna <locutusofborg@debian.org>
Mon, 20 Jan 2020 09:26:04 +0000 (09:26 +0000)
===================================================================

Gbp-Pq: Name lldb-disable-swig-error.diff

lldb/scripts/lldb.swig

index dc987040e768abc6cdfe95ce252d5cd67b93402b..8b58ff451069a53466b4cdf0c30f1346aa8f0c05 100644 (file)
@@ -50,7 +50,7 @@ except ImportError:
 %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.