From: Laszlo Boszormenyi (GCS) Date: Tue, 8 Jan 2019 21:31:07 +0000 (+0000) Subject: disable noexist namespace X-Git-Tag: archive/raspbian/0.13.0-6+rpi1~1^2^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a95bf463b4fd278322df3d711e2e8365c94cf5ef;p=thrift.git disable noexist namespace Last-Update: 2018-09-22 It doesn't give a warning, but fails to test. Gbp-Pq: Name disable_noexist_namespace.patch --- diff --git a/test/ThriftTest.thrift b/test/ThriftTest.thrift index 24dcbb9..acd64b9 100644 --- a/test/ThriftTest.thrift +++ b/test/ThriftTest.thrift @@ -41,8 +41,8 @@ namespace netcore ThriftAsync.Test // Presence of namespaces and sub-namespaces for which there is // no generator should compile with warnings only -namespace noexist ThriftTest -namespace cpp.noexist ThriftTest +//namespace noexist ThriftTest +//namespace cpp.noexist ThriftTest namespace * thrift.test