X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=test%2Fdata%2Fdecoderstack.cpp;h=3bb2f3eb310d52f525845142cd52baf51e109a8a;hp=70ed7e03695c434e5b31bec049a468c1e8ee3ac2;hb=83b1c8d251386ac1980284c4668cbdd8e425550f;hpb=4c60462b00cc329e61daedd1c2e66724077bd412 diff --git a/test/data/decoderstack.cpp b/test/data/decoderstack.cpp index 70ed7e03..3bb2f3eb 100644 --- a/test/data/decoderstack.cpp +++ b/test/data/decoderstack.cpp @@ -14,10 +14,11 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * along with this program; if not, see . */ +#if 0 + #include /* First, so we avoid a _POSIX_C_SOURCE warning. */ #include @@ -34,7 +35,6 @@ using pv::view::DecodeTrace; using std::shared_ptr; using std::vector; -#if 0 BOOST_AUTO_TEST_SUITE(DecoderStackTest) BOOST_AUTO_TEST_CASE(TwoDecoderStack)