From 51520cb5f1adcb588a2533d450aace480c7cc3d4 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Thu, 15 Jun 2017 08:37:44 +0200 Subject: [PATCH] unittest: Fix compiler warning --- test/unit/utObjTools.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test/unit/utObjTools.cpp b/test/unit/utObjTools.cpp index 89bb19a..e888d2c 100644 --- a/test/unit/utObjTools.cpp +++ b/test/unit/utObjTools.cpp @@ -110,7 +110,6 @@ TEST_F( utObjTools, countComponents_TwoLines_Success ) { ::memcpy( &buffer[ 0 ], &data[ 0 ], data.size() ); test_parser.setBuffer( buffer ); static const size_t Size = 4096UL; - char data_buffer[ Size ]; size_t numComps = test_parser.testGetNumComponentsInDataDefinition(); EXPECT_EQ( 3U, numComps ); -- 2.7.4